how to copy from local file to storage bucket code example
Example 1: gcloud copy files from one bucket to another
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET
Example 2: gsutil cp file
gsutil cp gs://bucket/file .
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET
gsutil cp gs://bucket/file .