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
Copy file name to clipboardExpand all lines: docs/plugins/repository-s3.asciidoc
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,14 +147,17 @@ settings belong in the `elasticsearch.yml` file.
147
147
148
148
`path_style_access`::
149
149
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
0 commit comments