Command
aws s3 sync ./local-dir s3://my-bucket
Examples
Upload local directory to S3
aws s3 sync ./local-dir s3://my-bucket
Download bucket to local dir
aws s3 sync s3://my-bucket ./local-dir
aws s3 sync ./local-dir s3://my-bucket
Upload local directory to S3
aws s3 sync ./local-dir s3://my-bucket
Download bucket to local dir
aws s3 sync s3://my-bucket ./local-dir