I am working on a Google Compute instance (Ubuntu), and have previously had success using the GCSfuse utility to mount a storage bucket to a local mount point.
Today I went to do so again, and have been greeted with the following output:
Using mount point: /srv/bucket
Opening GCS connection...
Opening bucket...
daemonize.Run: readFromProcess: sub-process: mountWithArgs: mountWithConn:
setUpBucket: OpenBucket: Unknown bucket "[redacted]"
I ran the command gsutil ls
and the storage bucket is clearly visible in the returned list. I have double and triple checked the spelling of the bucket and cannot find an issue.