我有大量文件存储在 AWS S3 存储桶中。我需要将这些文件放到另一个用户拥有的另一个 S3 存储桶中,并且位于不同的区域。这些文件存储在我的 S3 存储桶中的不同位置——这些密钥(例如location1
& location2
)也需要传输过来。两个 S3 存储桶都与 AWS EC2 Ubuntu 服务器相关联。这是我的 S3 存储桶的结构示例:
s3://mybucket/location1/some_file
s3://mybucket/location1/some_file2
s3://mybucket/location2/some_file
etc...
考虑到这些限制,哪种方法将文件从 S3 传输到 S3 最有效?