test: REST Get/PutBucketOwnershipControls

This commit is contained in:
Luke McCrone
2024-11-19 16:07:56 +01:00
parent 1e5c1780c9
commit a1aef5d559
34 changed files with 1282 additions and 972 deletions

View File

@@ -218,7 +218,7 @@ test_common_list_buckets() {
test_common_list_objects() {
if [[ $# -ne 1 ]]; then
echo "common test function for listing objects requires command type"
log 2 "common test function for listing objects requires command type"
return 1
fi
@@ -294,7 +294,7 @@ test_common_set_get_object_tags() {
test_common_presigned_url_utf8_chars() {
if [[ $# -ne 1 ]]; then
echo "presigned url command missing command type"
log 2 "presigned url command missing command type"
return 1
fi