gcsfuse

Mount Google Cloud Storage buckets as local filesystems

brewmacoslinux
Try with needOr install directly
Source

About

User-space file system for interacting with Google Cloud

Commands

gcsfuse

Examples

Mount a GCS bucket to a local directory$ gcsfuse my-bucket ~/my-bucket
Mount a specific GCS bucket folder to a local path$ gcsfuse --dir-mode=755 --file-mode=644 my-bucket ~/mount-point
Unmount a previously mounted GCS bucket$ umount ~/my-bucket