英文:
S3 Replication: Is it possible to replicate object from target replication bucket?
问题
Objects from account A's source bucket are replicated to account B's target bucket. Now, I want to achieve that replicated objects from account B's target bucket should be replicated to a bucket in account C.
Of course, account A only has permission to access account B, and account B has permission to access only account C. I cannot change permissions.
So, is it possible to replicate replicated objects in account B's bucket to account C's bucket?
英文:
I have 3 accounts: account A, account B and account C
Objects from account A source bucket are replicated to account B target bucket. Now I want to achieve that replicated object from account b target bucket should be replicated to bucket in account C.
Ofcourse account A has permission only to access account B and account B has permission to access only account C. I cannot change permissions.
so is it possible to replicate replicated objects in account B bucket to account C bucket
答案1
得分: 0
普通的S3复制不能用来复制已经复制的对象。您必须使用S3批量复制代替:
S3批量复制提供了一种复制在配置复制之前存在的对象、已经复制过的对象和复制失败的对象的方法。
英文:
Normal S3 replication can't be used to replicate, replicated objects. You have to use S3 Batch Replication instead:
> S3 Batch Replication provides you a way to replicate objects that existed before a replication configuration was in place, objects that have previously been replicated, and objects that have failed replication.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论