test: multipart upload REST testing (complete, list, upload)

This commit is contained in:
Luke McCrone
2024-10-31 00:10:50 +00:00
parent 7fdfecf7f9
commit bf4fc71bba
19 changed files with 763 additions and 383 deletions
+2 -2
View File
@@ -62,10 +62,10 @@ teardown() {
echo "**********************************************************************************"
fi
# shellcheck disable=SC2154
if ! delete_bucket_or_contents_if_exists "s3api" "$BUCKET_ONE_NAME"; then
if ! bucket_cleanup_if_bucket_exists "s3api" "$BUCKET_ONE_NAME"; then
log 3 "error deleting bucket $BUCKET_ONE_NAME or contents"
fi
if ! delete_bucket_or_contents_if_exists "s3api" "$BUCKET_TWO_NAME"; then
if ! bucket_cleanup_if_bucket_exists "s3api" "$BUCKET_TWO_NAME"; then
log 3 "error deleting bucket $BUCKET_TWO_NAME or contents"
fi
if [ "$REMOVE_TEST_FILE_FOLDER" == "true" ]; then