how to copy files from bucket to local code example
Example 1: gcloud copy files from one bucket to another
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET
Example 2: copy folder from s3 to local
aws s3 cp s3://myBucket/dir localdir --recursive