Skip to content

Commit

Permalink
Remove mention of repositories.s3.base_path in doc (#69516)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DaveCTurner committed Feb 24, 2021
1 parent f19159a commit fe94800
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/plugins/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,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`::

Expand Down

0 comments on commit fe94800

Please sign in to comment.