简体   繁体   中英

AWS S3 storage copy functionality

How does any storage provider gives copy functionality, for instance aws S3 is giving bucket to bucket copy, where does the actual transfer of bit happens? On executing the copy cmd using aws sdk it does wait for copy to complete but none of the bits are transferred via my machine.

When you copy files from one S3 bucket to another ( ex - aws s3 cp s3://bucket1 s3://bucket2 ), the process of transferring data will happen in the AWS owned private networks or over the public networks (internet). Files will not get downloaded from the source S3 bucket to your computer and re-uploaded to the destination bucket from your computer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM