You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS is deploying updates to S3 that include disabling ACLs by default (described here). This has been rolled out in us-east-2 already and is causing several Solutions Constructs to break when deployed in a new stack. The issue is that access logging (enabled by default in Solutions Constructs) uses ACLs to grant the logging service access to the logging bucket. This change will continue to be rolled out to other regions soon.
We are currently updating Solutions Constructs using S3 to grant access for logging using bucket policies instead of ACLs, as well as testing for other situations where ACLs are used. In the meantime, you can add the following feature flag to your cdk.json file to address the issue:
AWS is deploying updates to S3 that include disabling ACLs by default (described here). This has been rolled out in us-east-2 already and is causing several Solutions Constructs to break when deployed in a new stack. The issue is that access logging (enabled by default in Solutions Constructs) uses ACLs to grant the logging service access to the logging bucket. This change will continue to be rolled out to other regions soon.
We are currently updating Solutions Constructs using S3 to grant access for logging using bucket policies instead of ACLs, as well as testing for other situations where ACLs are used. In the meantime, you can add the following feature flag to your cdk.json file to address the issue:
There is no ETA on the Solutions Constructs fix to address this issue at this time, but it is a high priority for us.
Reproduction Steps
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: