Skip to content

Commit

Permalink
fix: notice for aws/aws-cdk#25358
Browse files Browse the repository at this point in the history
All CDK versions <2.60.0 are impacted (that's when we introduced
the feature flag).

Since we can't check on feature flags in the CLI notices, alert only
the definitely impacted crowd.
  • Loading branch information
rix0rrr committed May 1, 2023
1 parent 9888857 commit d7b4d85
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,22 @@
}
],
"schemaVersion": "1"
},
{
"title": "(s3) Logging buckets may fail to create with 'Bucket cannot have ACLs set'",
"issueNumber": 25358,
"overview": "Starting April 2023, S3 buckets configured with ACLs (used for S3 access logging and CloudFront logging) need additional configuration",
"components": [
{
"name": "aws-cdk-lib.s3.Bucket",
"version": "<2.60.0"
},
{
"name": "@aws-cdk/s3.Bucket",
"version": "<2.60.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit d7b4d85

Please sign in to comment.