- Export out all your S3 data
- Source: http://docs.aws.amazon.com/cli/latest/reference/s3/sync.html
# sync from bucket to local
aws s3 sync <bucket> <target_folder> <options>
aws s3 sync s3://mybucket . --acl public-read
aws s3 sync --region ap-northeast-1 s3://[移動元バケット名] s3://[移動先バケット名]