瀏覽代碼

Fix an AWS SDK v2 release note (#133155)

Fixes a release note where AWS SDK v2 was used instead of AWS SDK v1.
Jeremy Dahlgren 2 月之前
父節點
當前提交
74073dd6a7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/release-notes/breaking-changes.md
  2. 1 1
      docs/release-notes/changelog-bundles/9.1.0.yml

+ 1 - 1
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:

+ 1 - 1
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: |-