From b6837d00b86f51169f30ca0d6053407b624cc0d7 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Mon, 23 Oct 2023 10:24:34 -0400 Subject: [PATCH 1/3] Correct CHANGELOG entry file name. --- .changelog/{32698.txt => 34048.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .changelog/{32698.txt => 34048.txt} (100%) diff --git a/.changelog/32698.txt b/.changelog/34048.txt similarity index 100% rename from .changelog/32698.txt rename to .changelog/34048.txt From ef5a946d46ddeec4789cb111436d9efa0c089914 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Mon, 23 Oct 2023 10:25:36 -0400 Subject: [PATCH 2/3] Correct CHANGELOG entry formatting. --- .changelog/34048.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/34048.txt b/.changelog/34048.txt index f835f940453..156ec366f0f 100644 --- a/.changelog/34048.txt +++ b/.changelog/34048.txt @@ -1,3 +1,3 @@ ```release-note:bug -resource/aws_dms_s3_endpoint: Don't send the default value of `false` for `add_trailing_padding_character` to maintain compatibility with older ((pre-3.4.7)[https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReleaseNotes.html#CHAP_ReleaseNotes.DMS347]) DMS engine versions +resource/aws_dms_s3_endpoint: Don't send the default value of `false` for `add_trailing_padding_character`, to maintain compatibility with older ([pre-3.4.7](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReleaseNotes.html#CHAP_ReleaseNotes.DMS347)) DMS engine versions ``` From daeb31bfc6aa248ee910a97c3b93e182da1fd79c Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Mon, 23 Oct 2023 10:29:01 -0400 Subject: [PATCH 3/3] Update 34048.txt --- .changelog/34048.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/34048.txt b/.changelog/34048.txt index 156ec366f0f..e558673ed90 100644 --- a/.changelog/34048.txt +++ b/.changelog/34048.txt @@ -1,3 +1,3 @@ ```release-note:bug -resource/aws_dms_s3_endpoint: Don't send the default value of `false` for `add_trailing_padding_character`, to maintain compatibility with older ([pre-3.4.7](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReleaseNotes.html#CHAP_ReleaseNotes.DMS347)) DMS engine versions +resource/aws_dms_s3_endpoint: Don't send the default value of `false` for `add_trailing_padding_character`, maintaining compatibility with older ([pre-3.4.7](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReleaseNotes.html#CHAP_ReleaseNotes.DMS347)) DMS engine versions ```