Содержимое копирования GCP от одного ведра к другому
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 "."