AWS::S3::Bucket resource "UIBucket" policy does not Public ACLs
AdrianBegg opened this issue · 1 comments
AdrianBegg commented
The AWS::S3::Bucket resource "UIBucket" in the CloudFormation template does not enable S3 Block Public Access and deploys the bucket with access control lists disabled (due to changes made to S3 defaults starting in April 2023). This causes An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs
to be thrown if front-end components are deployed to the bucket with the grants --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
.