-
Notifications
You must be signed in to change notification settings - Fork 472
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
Tracking Issues with Conditional Requests #5218
Comments
Hello @ForestLH, thank you for adding support for S3's conditional write. However, the previous PR only covered simple writes. Would you be interested in extending this to multipart uploads as well? |
Sure, my pleasure. But I don't have an account for one of these cloud services(like cos, azblob, azdls...), and I want to know |
For Azblob, you can use https://github.com/Azure/Azurite. We have a fixture available at: https://github.com/apache/opendal/blob/main/fixtures/azblob/docker-compose-azurite.yml. For other services, we have only configured continuous integration so far. You can submit PR and I can help trigger the CI for you. |
Thanks for your help. plz assign me, I will try it. |
Thank you @ForestLH! |
OpenDAL supports conditional requests at the API level, although not all supported services have implemented them. This issue is used to track their implementation.
Steps
Implement
if_none_match
forwrite
like this #5129opendal/core/src/services/s3/core.rs
Lines 335 to 337 in b92cfc4
Services
If-None-Match
in multipart upload)The text was updated successfully, but these errors were encountered: