Skip to content

Commit 778ac1d

Browse files
authored
remove acl for aws s3 bucket (#117)
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
1 parent 28a1b45 commit 778ac1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/aws_byoc/aws_bucket/bucket.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module "s3_bucket" {
66

77
for_each = var.s3_bucket_names
88
bucket = "${var.name}-${each.key}"
9-
acl = "private"
109

1110
control_object_ownership = true
1211
object_ownership = "BucketOwnerEnforced"

0 commit comments

Comments
 (0)