amazon s3 - Backfilling a now replicated bucket -


i asked in s3 forums no response, thought try here, inclination go ahead.

original question:

i have enabled cross region replication buckets have been around year. these buckets in sync, can aws-cli, realize not true replicas of other object cross-region replication management. valid concern or should run:

aws s3 sync s3://origin-bucket s3://replica-bucket --acl public-read (public-read matches origin bucket)

and let replication run normal, only/main concern when delete request comes along replicated bucket.

btw have 5 buckets want sync, 3 of them have significant data.

thanks in advance!

going answer own question, in case has similar question. went ahead , ran aws s3 sync week ago , move items out of bucket , 2 regions staying in sync fine, syncing them fine solution.

if finds , says that's crazy, great more information go off.


Comments

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -