test: test_common.sh updates, bucket/file creation updates, hardcode fixes

This commit is contained in:
Luke McCrone
2026-03-17 15:27:24 -03:00
parent 97296e80eb
commit 2fa3b3d62b

View File

@@ -26,7 +26,7 @@ create_bucket() {
fi
local exit_code=0
local error
local error error_string
if [[ $1 == 's3' ]]; then
error=$(send_command aws --no-verify-ssl s3 mb s3://"$2" 2>&1) || exit_code=$?
elif [[ $1 == 's3api' ]]; then