-
Notifications
You must be signed in to change notification settings - Fork 71
Feature request: support condition copy #553
Copy link
Copy link
Open
Labels
Description
Feature Description
Hi team, S3 supports condition copy by a few headers https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html#API_CopyObject_RequestSyntax
x-amz-copy-source-if-match: CopySourceIfMatch
x-amz-copy-source-if-modified-since: CopySourceIfModifiedSince
x-amz-copy-source-if-none-match: CopySourceIfNoneMatch
x-amz-copy-source-if-unmodified-since: CopySourceIfUnmodifiedSinceI'm wondering if we could support it as well? I'd be super useful for testing.
Use Case
No response
Alternatives
No response
Reactions are currently unavailable