I was able to setup GCP SDK with ease and mount a bucket from the SDK default project using GCS-Fuse. However, I can't find any documentation referring to multiple buckets from different projects. My user account has access to multiple GCP projects and some of the projects have buckets that I would like to mount and have simultaneous access to.
From what I've read, you have to switch projects in the SDK in order to mount a bucket from that project which would then disconnect you from the other projects bucket. I'm really hoping that I've misread some part of the documentation and my goal is possible.