GCP Copy Content de um balde para outro
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET
Clear Cormorant
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET
gsutil cp gs://my-bucket/my-file .
#So easy is to copy file in a bucket into current local directory "."