Skip to content

Commit 0d8d346

Browse files
committed
Remove mention of repositories.s3.base_path in doc (#69516)
We removed the global `repositories.s3.base_path` setting in 6.0 but it is still mentioned in the docs for the S3 repository plugin. This commit removes it from the docs. Relates #24445
1 parent fce5207 commit 0d8d346

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/plugins/repository-s3.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,9 @@ The following settings are supported:
196196

197197
`base_path`::
198198

199-
Specifies the path within bucket to repository data. Defaults to value of
200-
`repositories.s3.base_path` or to root directory if not set. Previously,
201-
the base_path could take a leading `/` (forward slash). However, this has
202-
been deprecated and setting the base_path now should omit the leading `/`.
199+
Specifies the path to the repository data within its bucket. Defaults to an
200+
empty string, meaning that the repository is at the root of the bucket. The
201+
value of this setting should not start or end with a `/`.
203202

204203
`chunk_size`::
205204

0 commit comments

Comments
 (0)