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.
With the new beta gcsfuse
this is now possible.
gcsfuse myBucket ~/path/to/mount
来源:https://stackoverflow.com/questions/32856043/mount-google-cloud-storage-bucket-to-instance