AWS - stereoboy/Study GitHub Wiki

Make Bucket Public

Copy data from an S3 bucket to another account and Region by using the AWS CLI

Trouble Shooting

aws s3 sync s3://source/object-name s3://destination/object-name/
An error occurred (AccessDenied) when calling the GetObjectTagging operation: Access Denied
aws s3 sync s3://source/object-name s3://destination/object-name/ --copy-props none