google cloud storage copy file from one bucket to another code example
Example: gcp copy content from one bucket to another
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET
gsutil cp -r gs://SOURCE_BUCKET/* gs://DESTINATION_BUCKET