Skip to content

Commit

Permalink
enable S3 Bucket key by default (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
perzycharles authored Nov 25, 2024
1 parent f673545 commit a1b9285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/logs_monitoring/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,8 @@ Resources:
- !Ref AWS::NoValue
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
- BucketKeyEnabled: true
ServerSideEncryptionByDefault:
SSEAlgorithm: "aws:kms"
PublicAccessBlockConfiguration:
BlockPublicAcls: true
Expand Down

0 comments on commit a1b9285

Please sign in to comment.