From 0d8d346400e9f840c75cdc099528b38766975b50 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 24 Feb 2021 09:14:10 +0000 Subject: [PATCH] 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 --- docs/plugins/repository-s3.asciidoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/plugins/repository-s3.asciidoc b/docs/plugins/repository-s3.asciidoc index 66e8da76e8a7c..f624bedceb671 100644 --- a/docs/plugins/repository-s3.asciidoc +++ b/docs/plugins/repository-s3.asciidoc @@ -196,10 +196,9 @@ The following settings are supported: `base_path`:: - Specifies the path within bucket to repository data. Defaults to value of - `repositories.s3.base_path` or to root directory if not set. Previously, - the base_path could take a leading `/` (forward slash). However, this has - been deprecated and setting the base_path now should omit the leading `/`. + Specifies the path to the repository data within its bucket. Defaults to an + empty string, meaning that the repository is at the root of the bucket. The + value of this setting should not start or end with a `/`. `chunk_size`::