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 EnlargeEnable Transfer Acceleration For Both The Buckets
Click to EnlargeConfigure 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 EnlargeOutput
Click to EnlargePosted By - | Karan Gupta |
|
Posted On - | Thursday, May 25, 2023 |