From ef175b14532575a36628d8240956f3a141f1912d Mon Sep 17 00:00:00 2001 From: Mitchell Valine Date: Mon, 16 Oct 2023 10:59:58 -0700 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/27547 (#320) --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index b87b636..67d487d 100644 --- a/data/notices.json +++ b/data/notices.json @@ -327,6 +327,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "Incorrect action in policy of Bucket `grantRead` method", + "issueNumber": 27547, + "overview": "Using the `grantRead` method on `aws-cdk-lib/aws-s3.Bucket` results in an invalid action attached to the resource policy which can cause unexpected failures when interacting with the bucket.", + "components": [ + { + "name": "aws-cdk-lib/aws-s3.Bucket", + "version": "2.101.0" + } + ], + "schemaVersion": "1" } ] }