Skip to content

Commit 6390e9c

Browse files
committed
Update docs/changelog/126843.yaml
1 parent a449250 commit 6390e9c

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

docs/changelog/126843.yaml

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,21 @@
11
pr: 126843
22
summary: Upgrade `repository-s3` to AWS SDK v2
33
area: Snapshot/Restore
4-
type: breaking
4+
type: "breaking, upgrade"
55
issues:
66
- 120993
77
highlight:
88
title: Upgrade `repository-s3` to AWS SDK v2
9-
body: >-
10-
In earlier versions of {es} the `repository-s3` plugin was based on the AWS
11-
SDK v1. AWS will withdraw support for this SDK before the end of the life
12-
of {es} {minor-version} so we have migrated this plugin to the newer AWS SDK v2.
13-
14-
The two SDKs are not quite compatible, so please check the breaking changes
15-
documentation and test the new version thoroughly before upgrading any
16-
production workloads.
9+
body: |-
10+
In earlier versions of {es} the `repository-s3` plugin was based on the AWS SDK v1. AWS will withdraw support for this SDK before the end of the life of {es} {minor-version} so we have migrated this plugin to the newer AWS SDK v2.
11+
The two SDKs are not quite compatible, so please check the breaking changes documentation and test the new version thoroughly before upgrading any production workloads.
1712
notable: true
1813
breaking:
1914
title: Upgrade `repository-s3` to AWS SDK v2
2015
area: Cluster and node setting
21-
details: >-
22-
In earlier versions of {es} the `repository-s3` plugin was based on the AWS
23-
SDK v1. AWS will withdraw support for this SDK before the end of the life
24-
of {es} {minor-version} so we must migrate to the newer AWS SDK v2.
25-
26-
Unfortunately there are several differences between the two AWS SDK
27-
versions which may require you to adjust your system configuration when
28-
upgrading to {es} {minor-version} or later. These differences include, but
29-
may not be limited to, the following items.
30-
16+
details: |-
17+
In earlier versions of {es} the `repository-s3` plugin was based on the AWS SDK v1. AWS will withdraw support for this SDK before the end of the life of {es} {minor-version} so we must migrate to the newer AWS SDK v2.
18+
Unfortunately there are several differences between the two AWS SDK versions which may require you to adjust your system configuration when upgrading to {es} {minor-version} or later. These differences include, but may not be limited to, the following items.
3119
* AWS SDK v2 requires users to specify the region to use for signing
3220
requests, or else to run in an environment in which it can determine the
3321
correct region automatically. The older SDK would try to determine the
@@ -37,7 +25,6 @@ breaking:
3725
`us-east-1` if no better value could be found.
3826
3927
* AWS SDK v2 does not support the EC2 IMDSv1 protocol.
40-
4128
* AWS SDK v2 does not support the
4229
`com.amazonaws.sdk.ec2MetadataServiceEndpointOverride` system property.
4330
@@ -54,20 +41,13 @@ breaking:
5441
longer has any effect.
5542
5643
* AWS SDK v2 does not support the `log-delivery-write` canned ACL.
57-
5844
* AWS SDK v2 counts 4xx responses differently in its metrics reporting.
59-
6045
* AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v2
6146
could use either a regional endpoint or the global
6247
`https://sts.amazonaws.com` one.
63-
64-
impact: >-
65-
If you use the `repository-s3` module, test your upgrade thoroughly before
66-
upgrading any production workloads.
67-
68-
Adapt your configuration to the new SDK functionality. This includes, but
69-
may not be limited to, the following items.
70-
48+
impact: |-
49+
If you use the `repository-s3` module, test your upgrade thoroughly before upgrading any production workloads.
50+
Adapt your configuration to the new SDK functionality. This includes, but may not be limited to, the following items.
7151
* Specify the correct signing region using the
7252
`s3.client.${CLIENT_NAME}.region` setting on each node. {es} will try and
7353
determine the correct region based on the endpoint URL and other data
@@ -86,5 +66,4 @@ breaking:
8666
which starts with `http://`.
8767
8868
* If applicable, discontinue use of the `log-delivery-write` canned ACL.
89-
9069
notable: true

0 commit comments

Comments
 (0)