Mount Google Cloud Storage Bucket to Instance -


how can mount google cloud storage bucket disk or folder standard path such ~/mybucket on google compute instance?

everything in same project full access.

with new beta gcsfuse possible.

gcsfuse mybucket ~/path/to/mount 

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


Comments