-
Notifications
You must be signed in to change notification settings - Fork 499
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
feat(core): add if-match to OpWrite
#5360
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Frank-III for working on this!
thanks for the review! would fix soon |
Seems ceph rados s3 doesn't support write_with_if_match. Let's add a new config for s3 called hdfs related error is not related to this PR. |
b3bf7de
to
4f68e84
Compare
Thank you @Frank-III for working on this! I'm guessing most tests have passed now. Please try merge with main branch to addess the clippy warnings. |
4f68e84
to
d18ff96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Frank-III for working on this, really great!
Thank you again for your patient guidance! 😊 |
Which issue does this PR close?
Closes #5359. similar to what has been done in #5305, please review the code🙏
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?
Add
op.write_with(path, content).if_match("<etag>")