Skip to content

Commit

Permalink
test: remove versioning suspension to check
Browse files Browse the repository at this point in the history
  • Loading branch information
lrm25 committed Oct 11, 2024
1 parent 0ebfc1c commit 874ffe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@ clear_bucket_s3api() {
log 2 "error disabling object lock config"
return 1
fi
if ! put_bucket_versioning "s3api" "$1" "Suspended"; then
log 2 "error suspending bucket versioning"
return 1
fi
#if ! put_bucket_versioning "s3api" "$1" "Suspended"; then
# log 2 "error suspending bucket versioning"
# return 1
#fi

#if ! change_bucket_owner "$AWS_ACCESS_KEY_ID" "$AWS_SECRET_ACCESS_KEY" "$1" "$AWS_ACCESS_KEY_ID"; then
# log 2 "error changing bucket owner back to root"
Expand Down

0 comments on commit 874ffe4

Please sign in to comment.