Moving Google Cloud Storage bucket to another project
Moving a bucket from one project to another is not currently possible. The easiest way to copy the data would be to spin up a GCE VM and use gsutil -m
. This will at least save the bandwidth cost of moving the data.
Update: there is now a Moving and renaming buckets documentation page.
It's now possible directly from the console UI. Simply head on over to the transfer page
or follow the instructions here.