[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
This commit is contained in:
parent
45dd3780e2
commit
48031a2c5a
|
@ -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`::
|
||||
|
||||
|
|
Loading…
Reference in New Issue