mirror of
https://github.com/versity/versitygw.git
synced 2026-03-27 18:05:00 +00:00
test: test_common.sh updates, bucket/file creation updates, hardcode fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user