-
Notifications
You must be signed in to change notification settings - Fork 477
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: Add docs about conditional write for s3 #5097
Comments
Already supported by For example, we can add a test that writes with |
So fast, this feature is only available on August 20th. |
Luckily, AWS S3 implemented this feature in the same way OpenDAL designed its API... |
I am new to opendal, can i try this? Thanks. |
Sure! We can add opendal/core/src/services/s3/core.rs Lines 398 to 399 in dd02e29
|
Thanks! That's very helpful to me. |
Feature Description
Recently s3 introduce conditional write, which can check if an object exists before creating it. This feature can help user more easily prevent the application from overwriting any existing objects when uploading data.
refer to https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/?nc1=h_ls
Problem and Solution
Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: