mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-30 11:58:36 +00:00
S3/Azure snapshot repo documentation wrong for "read_only"
We used to write that people should use `read_only` although it should be `readonly`. Closes #22007.
This commit is contained in:
parent
182e119699
commit
18a3d6b4f3
@ -121,14 +121,14 @@ The Azure repository supports following settings:
|
|||||||
setting doesn't affect index files that are already compressed by default.
|
setting doesn't affect index files that are already compressed by default.
|
||||||
Defaults to `false`.
|
Defaults to `false`.
|
||||||
|
|
||||||
`read_only`::
|
`readonly`::
|
||||||
|
|
||||||
Makes repository read-only. coming[2.1.0] Defaults to `false`.
|
Makes repository read-only. Defaults to `false`.
|
||||||
|
|
||||||
`location_mode`::
|
`location_mode`::
|
||||||
|
|
||||||
`primary_only` or `secondary_only`. Defaults to `primary_only`. Note that if you set it
|
`primary_only` or `secondary_only`. Defaults to `primary_only`. Note that if you set it
|
||||||
to `secondary_only`, it will force `read_only` to true.
|
to `secondary_only`, it will force `readonly` to true.
|
||||||
|
|
||||||
Some examples, using scripts:
|
Some examples, using scripts:
|
||||||
|
|
||||||
|
@ -240,7 +240,7 @@ The following settings are supported:
|
|||||||
|
|
||||||
Set to `true` if you want to throttle retries. Defaults to AWS SDK default value (`false`).
|
Set to `true` if you want to throttle retries. Defaults to AWS SDK default value (`false`).
|
||||||
|
|
||||||
`read_only`::
|
`readonly`::
|
||||||
|
|
||||||
Makes repository read-only. Defaults to `false`.
|
Makes repository read-only. Defaults to `false`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user