object-fs FUSE filesystem abstraction over object storages: Amazon S3, Google Cloud Storage Dependencies Rust 1.83.0 (tested) FUSE (see here) AWS (see here) OR GCP (see here) configured credentials Usage ./objectfs s3://<bucket-name> <mount-point> ./objectfs gs://<bucket-name> <mount-point>