You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Is there an existing issue for this?
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