You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
17
12
notable: true
18
13
breaking:
19
14
title: Upgrade `repository-s3` to AWS SDK v2
20
15
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.
31
19
* AWS SDK v2 requires users to specify the region to use for signing
32
20
requests, or else to run in an environment in which it can determine the
33
21
correct region automatically. The older SDK would try to determine the
@@ -37,7 +25,6 @@ breaking:
37
25
`us-east-1` if no better value could be found.
38
26
39
27
* AWS SDK v2 does not support the EC2 IMDSv1 protocol.
40
-
41
28
* AWS SDK v2 does not support the
42
29
`com.amazonaws.sdk.ec2MetadataServiceEndpointOverride` system property.
43
30
@@ -54,20 +41,13 @@ breaking:
54
41
longer has any effect.
55
42
56
43
* AWS SDK v2 does not support the `log-delivery-write` canned ACL.
57
-
58
44
* AWS SDK v2 counts 4xx responses differently in its metrics reporting.
0 commit comments