opendal icon indicating copy to clipboard operation
opendal copied to clipboard

feature: Add Conditional Write support

Open Xuanwo opened this issue 1 year ago • 1 comments

Allowing users to write storage only when condition matches (or not).

Xuanwo avatar Jan 26 '24 04:01 Xuanwo

For now, like HTTP-based services, we could use if_match or if_not_modified_since as conditions.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Unmodified-Since

suyanhanx avatar Jan 26 '24 07:01 suyanhanx

Tracked at https://github.com/apache/opendal/issues/5218

Xuanwo avatar Nov 14 '24 07:11 Xuanwo