Skip to content

Mas i1847 conditionalput #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 27, 2023
Merged

Conversation

martinsumner
Copy link

Add support for conditional PUT headers

@martinsumner martinsumner merged commit 5221f86 into develop-3.0 Jan 27, 2023
@martinsumner martinsumner deleted the mas-i1847-conditionalput branch January 27, 2023 16:46
martinsumner added a commit that referenced this pull request Feb 6, 2023
Add support for `if_not_modified` option, which should work as with riak-erlang-client (and use the X-Riak-If-Not-Modified) header in Riak 3.0.13.

Add support for using `if_none_match`, and `if_match`.  However, if possible, `if_not_modified` should always in preference to `if_match` as `if_match` requires re-calculation of the etag, using knowledge that should be internal to Riak.
martinsumner added a commit that referenced this pull request Feb 6, 2023
Add support for `if_not_modified` option, which should work as with riak-erlang-client (and use the X-Riak-If-Not-Modified) header in Riak 3.0.13.

Add support for using `if_none_match`, and `if_match`.  However, if possible, `if_not_modified` should always in preference to `if_match` as `if_match` requires re-calculation of the etag, using knowledge that should be internal to Riak.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants