s3fs

FUSE-based file system for mounting Amazon S3 buckets locally

brewmacoslinux
Try with needOr install directly
Source

About

FUSE-based file system backed by Amazon S3

Commands

s3fs

Examples

Mount an S3 bucket to a local directory$ s3fs mybucket /mnt/s3 -o allow_other
Mount S3 bucket with specific AWS credentials$ s3fs mybucket /mnt/s3 -o passwd_file=~/.passwd-s3fs -o allow_other
Unmount the S3 file system$ fusermount -u /mnt/s3