'Generic Commit'
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 1m21s
Build-Test-Publish / build (linux/arm64) (push) Successful in 2m20s
Build-Test-Publish / create-manifest (push) Successful in 17s

This commit is contained in:
Your Name
2025-06-15 16:32:29 +12:00
parent eedd39a533
commit a4d9e3ebb5
6 changed files with 56 additions and 26 deletions

View File

@@ -414,5 +414,14 @@ if ! curl -s -H "Authorization: Bearer ${WRITE_TOKEN}" "${HOSTURL}/deleteobject?
die "failed to delete ${TODELHASH}"
fi
#------------------------------------------------------------------------------------------------
function test_1GB_file_upload() {
source test_1GB_file_upload.sh
}
title "Testing 1GB File upload"
test_1GB_file_upload
#------------------------------------------------------------------------------------------------
title "ALL TESTS PASSED"