Is your feature request related to a problem? Please describe.
S3 recently added support for conditional writes1 by setting the If-None-Match or If-Match headers. This is great for managing concurrent operations.
Describe the solution you'd like
Exposing this option through the standard API would be great
Describe alternatives you've considered
GCS also supports request preconditions2. If-None-Match and ifSourceGenerationMatch could be mapped to a common API, but this will only cover a subset of the possible use cases.
Is your feature request related to a problem? Please describe.
S3 recently added support for conditional writes1 by setting the
If-None-MatchorIf-Matchheaders. This is great for managing concurrent operations.Describe the solution you'd like
Exposing this option through the standard API would be great
Describe alternatives you've considered
GCS also supports request preconditions2.
If-None-MatchandifSourceGenerationMatchcould be mapped to a common API, but this will only cover a subset of the possible use cases.Footnotes
https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-s3-functionality-conditional-writes/ ↩
https://cloud.google.com/storage/docs/request-preconditions ↩