geesefs

FUSE filesystem for mounting Amazon S3 buckets locally

brewmacoslinux
Try with needOr install directly
Source

About

FUSE FS implementation over S3

Commands

geesefs

Examples

Mount an S3 bucket to a local directory$ geesefs mybucket /mnt/s3
Mount S3 bucket with specific AWS credentials$ geesefs --key AKIAIOSFODNN7EXAMPLE --secret wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY mybucket /mnt/s3
Mount S3 bucket with custom endpoint (e.g., MinIO)$ geesefs --endpoint https://minio.example.com mybucket /mnt/s3