copy folder from s3 to local

Shell
aws s3 cp s3://myBucket/dir localdir --recursive
Source

Also in Shell: