Showing posts with label AWS CLI - Copy data of one s3 bucket to another s3 bucket of same AWS account. Show all posts
Showing posts with label AWS CLI - Copy data of one s3 bucket to another s3 bucket of same AWS account. Show all posts

Wednesday, September 5, 2018

AWS CLI - Copy data of one s3 bucket to another s3 bucket of same AWS account

Once aws account is configured using secret and access keys, run following command.
aws s3 sync s3://bucket1 s3://bucket2