diff --git a/docs/release-notes/breaking-changes.md b/docs/release-notes/breaking-changes.md index 35dd5423b1293..c15f23e8227bd 100644 --- a/docs/release-notes/breaking-changes.md +++ b/docs/release-notes/breaking-changes.md @@ -111,7 +111,7 @@ Existing `repository-s3` configurations may no longer be compatible. Notable dif - AWS SDK v2 requires the use of the V4 signature algorithm, therefore, the `s3.client.${CLIENT_NAME}.signer_override` setting is deprecated and no longer has any effect. - AWS SDK v2 does not support the `log-delivery-write` canned ACL. - AWS SDK v2 counts 4xx responses differently in its metrics reporting. -- AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v2 could use either a regional endpoint or the global `https://sts.amazonaws.com` one. +- AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v1 could use either a regional endpoint or the global `https://sts.amazonaws.com` one. **Action:** Test the upgrade in a non-production environment. Adapt your configuration to the new SDK functionality. This includes, but may not be limited to, the following items: diff --git a/docs/release-notes/changelog-bundles/9.1.0.yml b/docs/release-notes/changelog-bundles/9.1.0.yml index 2c13d7456fa8e..1acf41c9551eb 100644 --- a/docs/release-notes/changelog-bundles/9.1.0.yml +++ b/docs/release-notes/changelog-bundles/9.1.0.yml @@ -1035,7 +1035,7 @@ changelogs: * AWS SDK v2 does not support the `log-delivery-write` canned ACL. * AWS SDK v2 counts 4xx responses differently in its metrics reporting. - * AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v2 + * AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v1 could use either a regional endpoint or the global `https://sts.amazonaws.com` one. impact: |-