This post includes basic AWS commands that are commonly used.

Using AWS CLI to download files from S3 (Reference):

aws s3 cp s3://bucketname/dir localdirectory --recursive

Use –recursive in case of any error.