I want to fuse a gcs bucket with a local directory, for which I'm doing the following:
gcsfuse gs://stereo-train ~/Documents/stereo-train
However, I'm getting the error:
Unknown bucket "gs://stereo-train"
The stereo train bucket does exist on google cloud. How do I fix this?