Skip to content

Commit f76a14e

Browse files
committed
Docs fixes post 7.3 FF
1 parent c13bf0c commit f76a14e

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

docs/plugins/repository-s3.asciidoc

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,17 @@ settings belong in the `elasticsearch.yml` file.
147147

148148
`path_style_access`::
149149

150-
Whether to force the use of the path style access pattern. If `true`, the path style access pattern will be used.
151-
If left to`false`, path style access will be automatically determined by the AWS Java SDK
152-
(See https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Builder.html#setPathStyleAccessEnabled-java.lang.Boolean-[AWS documentation] for details).
153-
Defaults to `false`.
154-
155-
NOTE: In versions `7.0`, 7.1`, and `7.2`, all bucket operations were using the path style access pattern in every situation without an option to
156-
disable it. If your deployment requires path style access to be used you might need to manually configure this setting to `true` when
157-
upgrading.
150+
Whether to force the use of the path style access pattern. If `true`, the
151+
path style access pattern will be used. If `false`, path style access will be
152+
automatically determined by the AWS Java SDK (See
153+
https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Builder.html#setPathStyleAccessEnabled-java.lang.Boolean-[AWS
154+
documentation] for details). Defaults to `false`.
155+
156+
[[repository-s3-path-style-deprecation]]
157+
NOTE: In versions `7.0`, `7.1`, `7.2` and `7.3` all bucket operations used the
158+
https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/[now-deprecated]
159+
path style access pattern. If your deployment requires the path style access
160+
pattern then you should set this setting to `true` when upgrading.
158161

159162
[float]
160163
[[repository-s3-compatible-services]]

docs/reference/migration/migrate_8_0/snapshots.asciidoc

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ For more information on the compress option, see <<modules-snapshots>>
3232
[float]
3333
==== The S3 repository plugin uses the DNS style access pattern by default
3434

35-
Starting in version 7.3 using the path style access pattern with the S3 repository is not enabled by default.
36-
In versions 7.0, 7.1, and 7.2 the S3 repository plugin was exclusively using the path style access pattern. This is a breaking
37-
change for deployments that do not also allow for the DNS style but are recognized as supporting DNS style access by the AWS SDK.
38-
If your deployment does only support path style access and is affected by this change you must configure the S3 client setting
39-
`path_style_access` to `true` to return to the behaviour of always using path style access.
40-
This breaking change was made necessary by
41-
https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story[AWS's announcement] to no longer support
42-
the path-style API past September 30th, 2020 for newly created buckets.
35+
Starting in version 7.4 the `repository-s3` plugin does not use the
36+
now-deprecated path-style access pattern by default. In versions 7.0, 7.1, 7.2
37+
and 7.3 the `repository-s3` plugin always used the path-style access pattern.
38+
This is a breaking change for deployments that only support path-style access
39+
but which are recognized as supporting DNS-style access by the AWS SDK. If your
40+
deployment only supports path-style access and is affected by this change then
41+
you must configure the S3 client setting `path_style_access` to `true`. This
42+
breaking change was made necessary by
43+
https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/[AWS's
44+
announcement] that the path-style access pattern is deprecated and will be
45+
unsupported on buckets created after September 30th 2020.

0 commit comments

Comments
 (0)