Open
Description
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.
Footnotes
Metadata
Assignees
Labels
No labels
Activity