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?
~/myBucket
Everything is in the
install gcsfuse on your virtual instance.
then
$ gcsfuse {{bucket name}} ~{{mounting path}}
https://medium.com/google-cloud/scheduled-mirror-sync-sftp-to-gcs-b167d0eb487a