Skip to content

Commit 8ebfb22

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 d331dea commit 8ebfb22

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
@@ -270,10 +270,9 @@ bucket naming rules].
270270

271271
`base_path`::
272272

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

278277
`chunk_size`::
279278

0 commit comments

Comments
 (0)