Mount Google Cloud Storage Bucket to Instance

BAR picture BAR · Sep 30, 2015 · Viewed 14.9k times · Source

How can I mount a Google Cloud Storage bucket as a disk or folder with a standard path such as ~/myBucket on a Google Compute instance?

Everything is in the same project with full access.

Answer

BAR picture BAR · Sep 30, 2015

With the new beta gcsfuse this is now possible.

gcsfuse myBucket ~/path/to/mount

https://cloud.google.com/storage/docs/gcs-fuse