mirror of
https://github.com/versity/versitygw.git
synced 2026-01-06 11:46:20 +00:00
test: chunked upload - more tests, final signature test
This commit is contained in:
@@ -97,6 +97,17 @@ export RUN_USERS=true
|
||||
test_put_bucket_acl_s3cmd
|
||||
}
|
||||
|
||||
@test 's3cmd - can enable public ACLs for bucket' {
|
||||
if [ "$DIRECT" != "true" ]; then
|
||||
skip "https://github.com/versity/versitygw/issues/1154"
|
||||
fi
|
||||
run setup_bucket "s3cmd" "$BUCKET_ONE_NAME"
|
||||
assert_success
|
||||
|
||||
run put_public_access_block_enable_public_acls "$BUCKET_ONE_NAME"
|
||||
assert_success
|
||||
}
|
||||
|
||||
# test listing buckets on versitygw
|
||||
@test "test_list_buckets_s3cmd" {
|
||||
test_common_list_buckets "s3cmd"
|
||||
|
||||
Reference in New Issue
Block a user