1 Answers
AWS does not replicate deletes of an object, even delete markers. See this doc for further understanding: https://docs.aws.amazon.com/AmazonS3/latest/userguide/delete-marker-replication.html
Sign Up Free or Log In to participate!
created CRR between us-east and us-west. Both version enabled and enabled for replicating delete marker.
After uploading a file, file was replicated successfully. Deleted the object in the source bucket and the delete marker was replicated to the destination bucket successfully.
When i delete the delete marker in the source bucket to restore the file, the delete of the delete marker was not replicated in the destination bucket. Is there additional setup required to make this work?
AWS does not replicate deletes of an object, even delete markers. See this doc for further understanding: https://docs.aws.amazon.com/AmazonS3/latest/userguide/delete-marker-replication.html
Psst…this one if you’ve been moved to ACG!