Some of our internal users have expressed interest in adding support for GCS FUSE mounting of buckets. The pipelines team has published an example of doing this in the v2alpha1 API. It should be possible to do this with dsub's "google-v2" provider.
Cloud Storage Fuse support was included for the google-v2 provider in release 0.2.1.
Will look into support for the local provider as well.
Will not be supported in the (deprecated) google provider.
Rather than supporting gcsfuse in the local provider, we have added support for mounting a local directory with the --mount flag. This enables local development and testing prior to scaling up running in cloud.
This was added to the local provicer in release 0.2.4.
Some of our internal users have expressed interest in adding support for GCS FUSE mounting of buckets. The pipelines team has published an example of doing this in the v2alpha1 API. It should be possible to do this with dsub's "google-v2" provider.