Skip to content

feature request: Support conditional copy operations in S3 #13522

@jachewz

Description

@jachewz

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

Simillar to #13323. S3 has conditional CopyObject operations which aren't supported by localstack yet. https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html

🧑‍💻 Implementation

I think its just a copy pasta from PutObject() which already deals with the headers "If-Match" and "If-None-Match".

Happy to contribute to this.

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    aws:s3Amazon Simple Storage Servicestatus: backlogTriaged but not yet being worked ontype: featureNew feature, or improvement to an existing feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions