how to copy a file from one bucket to another gcp code example
Example: gcloud copy files from one bucket to another
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET