Use a better ReliableStorageLock
based on If-Match S3 atomic operations
#2028
Labels
ReliableStorageLock
based on If-Match S3 atomic operations
#2028
Is your feature request related to a problem? Please describe.
The current
ReliableStorageLock
was being implemented beforeIf-Match
on put objects was announced by aws and hence uses a more complex structure than it is needed. This ticket lists all minor things we need to address when doing this simplification.This is blocked on aws-sdk-cpp not having 1.11.455 or later which has the new If-Match on put requests support.
Describe the solution you'd like
MockS3Client
instead of theInMemoryStore
. more infoMaxTimeoutPoliocy
. more infoThe text was updated successfully, but these errors were encountered: