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
13
-
SDK v1. AWS will withdraw support for this SDK before the end of the life
14
-
of {es} {minor-version} so we must migrate to the newer AWS SDK v2.
15
-
16
-
Unfortunately there are several differences between the two AWS SDK
17
-
versions which may require you to adjust your system configuration when
18
-
upgrading to {es} {minor-version} or later. These differences include, but
19
-
may not be limited to, the following items.
14
+
details: |2-
20
15
16
+
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.
17
+
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.
21
18
* AWS SDK v2 requires users to specify the region to use for signing
22
19
requests, or else to run in an environment in which it can determine the
23
20
correct region automatically. The older SDK would try to determine the
@@ -27,7 +24,6 @@ breaking:
27
24
`us-east-1` if no better value could be found.
28
25
29
26
* AWS SDK v2 does not support the EC2 IMDSv1 protocol.
30
-
31
27
* AWS SDK v2 does not support the
32
28
`com.amazonaws.sdk.ec2MetadataServiceEndpointOverride` system property.
33
29
@@ -44,21 +40,14 @@ breaking:
44
40
longer has any effect.
45
41
46
42
* AWS SDK v2 does not support the `log-delivery-write` canned ACL.
47
-
48
43
* AWS SDK v2 counts 4xx responses differently in its metrics reporting.
0 commit comments