Since april 2023, AWS S3 enforces two new default bucket security settings by automatically enabling S3 Block Public Access and disabling S3 access control lists (ACLs) for all new S3 buckets
This hotfix adds missing required BlockPublicAccess configuration.
Fixes #320
Description
Since april 2023, AWS S3 enforces two new default bucket security settings by automatically enabling S3 Block Public Access and disabling S3 access control lists (ACLs) for all new S3 buckets
This hotfix adds missing required BlockPublicAccess configuration.
How to Reproduce
Deploy this stack and error is thrown.
Before
After