Skip to content

Commit aadb6e7

Browse files
committed
fix(storage): support ACL-disabled Tigris buckets
1 parent cfc0957 commit aadb6e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

infra/aws/scripts/provision-tigris.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ ensure_bucket() {
148148
--yes >/dev/null
149149
fi
150150

151-
tigris_s3api put-bucket-acl --bucket "$bucket" --acl private >/dev/null
152151
tigris_s3api_bucket_config put-bucket-cors --bucket "$bucket" --cors-configuration "file://$cors_file" >/dev/null
153152

154153
tigris_s3api_bucket_config get-bucket-cors --bucket "$bucket" >/dev/null

0 commit comments

Comments
 (0)