Skip to content
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

new feature: AWS S3 now supports if-match #5359

Open
1 task
Xuanwo opened this issue Nov 26, 2024 · 0 comments · May be fixed by #5360
Open
1 task

new feature: AWS S3 now supports if-match #5359

Xuanwo opened this issue Nov 26, 2024 · 0 comments · May be fixed by #5360
Labels
enhancement New feature or request

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Nov 26, 2024

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:

op.write_with(path, content).if_match("<etag>").await?;

This operation will only succeed if given path's etag matches <etag>.

Problem and Solution

Enable write_with_if_match capability for s3

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.
@Xuanwo Xuanwo added the enhancement New feature or request label Nov 26, 2024
@Frank-III Frank-III linked a pull request Nov 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant