Feature Description
s3 now supports If-None-Match and If-Match headers for CopyObject and If-Match for DeleteObject. OpenDAL s3 service doesn't support this yet.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html
Problem and Solution
- Add the
copy_with_if_not_exists capability to s3 and implement adding the If-None-Match: * header.
- Define new
copy_with_if_match capability and add to s3 and implement it
- Define new
delete_with_if_match capability and add to s3 and implement it
Additional Context
No response
Are you willing to contribute to the development of this feature?
Feature Description
s3 now supports
If-None-MatchandIf-Matchheaders for CopyObject andIf-Matchfor DeleteObject. OpenDAL s3 service doesn't support this yet.https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html
Problem and Solution
copy_with_if_not_existscapability to s3 and implement adding theIf-None-Match: *header.copy_with_if_matchcapability and add to s3 and implement itdelete_with_if_matchcapability and add to s3 and implement itAdditional Context
No response
Are you willing to contribute to the development of this feature?