Articles → AWS → Copy Files From One Bucket To Another Using Transfer Acceleration In AWS
Copy Files From One Bucket To Another Using Transfer Acceleration In AWS
Create 2 S3 Buckets
Click to Enlarge
Enable Transfer Acceleration For Both The Buckets
Click to Enlarge
Configure CLI
Enable Acceleration Endpoint On The Default Profile
aws configure set default.s3.use_accelerate_endpoint true
Transfer File Using The Transfer Acceleration Endpoint
aws s3 cp s3://<source bucket>/<file key> s3://<destination bucket>/<destination file key> --endpoint-url <Accelerated endpoint>
Click to Enlarge
Output
Click to Enlarge