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://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html
https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/
Would be great if s3s could support above (e.g. PutObject failing if obj already exists and not exists precondition is specified)
The text was updated successfully, but these errors were encountered:
We already have if-none-match in PutObject defintion. Is there anything not working?
if-none-match
PutObject
s3s/crates/s3s/src/ops/generated.rs
Line 5175 in 1c9e72c
Sorry, something went wrong.
You can specify cargo git dependency to use our unpublished features. We are preparing for the next version but still need some time.
No branches or pull requests
https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html
https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/
Would be great if s3s could support above (e.g. PutObject failing if obj already exists and not exists precondition is specified)
The text was updated successfully, but these errors were encountered: