S3 CRR and objects locks

0

A customer is building a DR architecture, using S3 CRR to copy its data to another region. All the infra is replicated (at small scale) in the DR region.

The source S3 bucket is accessed by a SFTP server doing read/write operations. So there is another SFTP server in the DR region, pointing to the CRR bucket, ready to take over if DR occurs.

Question:

Is there any kind of locking on the CRR done by the CRR process, preventing access from the DR SFTP server to the CRR bucket ?

AWS
asked 3 years ago232 views
1 Answer
0
Accepted Answer

The S3 Consistency model applies, with no object locks between writes. See more details here: https://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html#ConsistencyModel.

AWS
EXPERT
Luca_I
answered 3 years ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions