diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3449689255f..f981a92fdc9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2429,7 +2429,7 @@ releases: (https://github.com/ansible-collections/amazon.aws/pull/1650). - ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time (https://github.com/ansible-collections/amazon.aws/pull/1848). - - s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest``` + - s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest`` (https://github.com/ansible-collections/amazon.aws/pull/1847). - s3_object - fixed ``NoSuchTagSet`` error when S3 endpoint doesn't support tags (https://github.com/ansible-collections/amazon.aws/issues/1607). @@ -2611,7 +2611,7 @@ releases: bugfixes: - ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time (https://github.com/ansible-collections/amazon.aws/pull/1848). - - s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest``` + - s3_object - Fix typo that caused false deprecation warning when setting ``overwrite=latest`` (https://github.com/ansible-collections/amazon.aws/pull/1847). - s3_object - when doing a put and specifying ``Content-Type`` in metadata, this module (since 6.0.0) erroneously set the ``Content-Type`` to ``None``