Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mount Google Cloud Storage Bucket to Instance

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.

like image 495
BAR Avatar asked Sep 30 '15 00:09

BAR


1 Answers

With the new beta gcsfuse this is now possible.

gcsfuse myBucket ~/path/to/mount

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

like image 96
BAR Avatar answered Sep 19 '22 09:09

BAR