From 48031a2c5a98866f6ee1cf0492f2cfca10259f32 Mon Sep 17 00:00:00 2001 From: Ali Beyad Date: Wed, 3 May 2017 22:58:43 -0400 Subject: [PATCH] [DOCS] Fixes the documentation on leading forward slashes in the (#24478) [DOCS] Fixes the documentation on leading forward slashes in the base_path of S3 repositories Closes #23435 --- docs/plugins/repository-s3.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plugins/repository-s3.asciidoc b/docs/plugins/repository-s3.asciidoc index 58ca5dab2d7..a0fe757ab40 100644 --- a/docs/plugins/repository-s3.asciidoc +++ b/docs/plugins/repository-s3.asciidoc @@ -168,6 +168,9 @@ The following settings are supported: 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 `/`. `access_key`::