From 51b2f2739a880746e9b514127e6530ab302e0574 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 e9a5e37ff3b2d..e5f22b7d4f80c 100644 --- a/docs/plugins/repository-s3.asciidoc +++ b/docs/plugins/repository-s3.asciidoc @@ -265,10 +265,9 @@ bucket naming rules]. `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`::