How to mount a bucket from Google Cloud in Ubuntu? -


i'm trying mount bucket ubuntu using gcloud authenticate me , gcsfuse mount bucket.

when use command

gcsfuse my-bucket /path/to/mount 

it returns couldn't find default credentials. changed command to

gcsfuse --key-file filekey.json my-bucket /path/to/mount 

and says: open filekey.json no such file or directory.

after tried typing next command --foreground , what's next:

file system has been succesfully mounted. 

but terminal doesn't continue ... ?

someone can me ?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -