From 49f4cf2d4809e37e882398c40619fa483453037d Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 30 Jun 2023 10:42:52 -0400 Subject: [PATCH] Add blame to CHANGELOG entry. --- .changelog/32317.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/32317.txt b/.changelog/32317.txt index d623b95e7cb..c68807279da 100644 --- a/.changelog/32317.txt +++ b/.changelog/32317.txt @@ -1,3 +1,3 @@ ```release-note:bug -resource/aws_s3_bucket: Fix `InvalidArgument: Invalid attribute name specified` errors when listing S3 Bucket objects +resource/aws_s3_bucket: Fix `InvalidArgument: Invalid attribute name specified` errors when listing S3 Bucket objects, caused by an [AWS SDK for Go regression](https://github.com/aws/aws-sdk-go/issues/4897) ``` \ No newline at end of file