We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-s3-functionality-conditional-writes/
AWS S3 now supports write with if-match:
op.write_with(path, content).if_match("<etag>").await?;
This operation will only succeed if given path's etag matches <etag>.
<etag>
Enable write_with_if_match capability for s3
write_with_if_match
No response
The text was updated successfully, but these errors were encountered:
OpWrite
Successfully merging a pull request may close this issue.
Feature Description
https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-s3-functionality-conditional-writes/
AWS S3 now supports write with if-match:
This operation will only succeed if given path's etag matches
<etag>
.Problem and Solution
Enable
write_with_if_match
capability for s3Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: