Skip to content

Commit 41ec46a

Browse files
committed
Try deprecated 9.3
1 parent 36b6e56 commit 41ec46a

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
@@ -437,7 +437,7 @@ If your storage does not support conditional writes then it is not fully S3-comp
437437
### Multipart uploads
438438

439439
```{applies_to}
440-
stack: ga 9.2
440+
stack: deprecated 9.3
441441
```
442442

443443
In versions before 9.3.0, or if your storage does not support conditional writes, the linearizable register implementation for S3 repositories is based on the strongly consistent semantics of the multipart upload APIs. {{es}} first creates a multipart upload to indicate its intention to perform a linearizable register operation. {{es}} then lists and cancels all other multipart uploads for the same register. {{es}} then attempts to complete the upload. If the upload completes successfully then the compare-and-exchange operation was atomic.

0 commit comments

Comments
 (0)