From 8666d8a0331ea3c38b4a0038b8048a520c4cc1c4 Mon Sep 17 00:00:00 2001 From: Julian Jordan Date: Wed, 5 Mar 2025 17:13:37 -0500 Subject: [PATCH] Update template.yaml Removing ACL requirements because this is causing an issue with the Cloud-formation deployment as of March 2025. --- template.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index fd966d3..f975ffa 100644 --- a/template.yaml +++ b/template.yaml @@ -21,8 +21,10 @@ Resources: LoggingBucket: Type: AWS::S3::Bucket Properties: - AccessControl: LogDeliveryWrite BucketName: !Ref LogBucketName + OwnershipControls: + Rules: + - ObjectOwnership: BucketOwnerPreferred BucketEncryption: ServerSideEncryptionConfiguration: -