Skip to content

Commit cf6def8

Browse files
authored
Add docs for S3 unsafely_incompatible_with_s3_conditional_writes (#3672)
Relates elastic/elasticsearch#137185
1 parent 02bea7f commit cf6def8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy-manage/tools/snapshot-and-restore/s3-repository.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ The following settings are supported:
233233
`get_register_retry_delay`
234234
: ([time value](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md#time-units)) Sets the time to wait before trying again if an attempt to read a [linearizable register](#repository-s3-linearizable-registers) fails. Defaults to `5s`.
235235

236+
`unsafely_incompatible_with_s3_conditional_writes` {applies_to}`stack: ga 9.3`
237+
: (boolean) {{es}} uses AWS S3's support for conditional writes to protect against repository corruption. If your repository is based on a storage system which claims to be S3-compatible but does not accept conditional writes, set this setting to `true` to make {{es}} perform unconditional writes, bypassing the repository corruption protection, while you work with your storage supplier to address this incompatibility with AWS S3. Defaults to `false`.
238+
236239
::::{note}
237240
The option of defining client settings in the repository settings as documented below is considered deprecated, and will be removed in a future version.
238241
::::

0 commit comments

Comments
 (0)