Skip to content

Commit fb14630

Browse files
Fix an AWS SDK v2 release note (elastic#133156)
Fixes a release note where AWS SDK v2 was used instead of AWS SDK v1.
1 parent 65518c2 commit fb14630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/migration/migrate_8_19.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Unfortunately there are several differences between the two AWS SDK versions whi
100100
101101
* AWS SDK v2 counts 4xx responses differently in its metrics reporting.
102102
103-
* AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v2
103+
* AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v1
104104
could use either a regional endpoint or the global
105105
`https://sts.amazonaws.com` one.
106106

docs/reference/release-notes/8.19.0.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Existing `repository-s3` configurations may no longer be compatible. Notable dif
117117
* 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.
118118
* AWS SDK v2 does not support the `log-delivery-write` canned ACL.
119119
* AWS SDK v2 counts 4xx responses differently in its metrics reporting.
120-
* 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.
120+
* 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.
121121
122122
**Action:**
123123
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:

0 commit comments

Comments
 (0)