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 6c8eba12e3
commit 15286c02e0

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