Skip to content

Commit

Permalink
[cloudformation] Remove S3 bucket 'AccessControl' definition
Browse files Browse the repository at this point in the history
AWS recommends no longer using that property. By default all buckets
are private.
  • Loading branch information
bgalartza committed Oct 24, 2023
1 parent 776d497 commit 73a8edc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Resources:
S3Bucket:
Type: "AWS::S3::Bucket"
Properties:
AccessControl: "Private"
BucketName: !Sub "${ProjectName}-${Environment}-env"
Tags:
- Key: "project-name"
Expand Down

0 comments on commit 73a8edc

Please sign in to comment.