Skip to content

Commit 36eb02e

Browse files
authored
Update unsafely_incompatible_with_s3_conditional_writes version (#4140)
This change was backported to 9.2.3 in elastic/elasticsearch#138735, updating the `applies_to` marker to match.
1 parent be928c6 commit 36eb02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ 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`
236+
`unsafely_incompatible_with_s3_conditional_writes` {applies_to}`stack: ga 9.2.3`
237237
: (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`.
238238

239239
::::{note}

0 commit comments

Comments
 (0)