Skip to content

Commit

Permalink
infra: remove s3 acl
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 5, 2023
1 parent 7061cd3 commit 19199e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ module "s3_bucket_files" {

bucket = "${local.namespace}-files"

control_object_ownership = true
object_ownership = "BucketOwnerPreferred"
acl = "public-read"

block_public_acls = true
block_public_policy = true
ignore_public_acls = true
Expand Down

0 comments on commit 19199e7

Please sign in to comment.