I am interested to know whether, when copying an S3 object from 1 bucket to another, the object gets downloaded to the client, even temporarily? I am using AWS javascript SDK: s3.copyObject(...)
Thanks
I am interested to know whether, when copying an S3 object from 1 bucket to another, the object gets downloaded to the client, even temporarily? I am using AWS javascript SDK: s3.copyObject(...)
Thanks
They are not downloaded localy. They are executed on the AWS side.
They are free within the same region:
Transfers between S3 buckets or from Amazon S3 to any service(s) within the same AWS Region are free.
Recent AWS blog post explains copying between buckets: