s3-backer

FUSE-based single file backing store via Amazon S3

brewmacoslinux
Try with needOr install directly
Source

About

FUSE-based single file backing store via Amazon S3

Commands

s3-backer

Examples

Mount an S3-backed file as a block device$ s3-backer --accessKey=AKIA... --secretKey=... --bucket=my-bucket --file=backup.img /mnt/s3
Unmount the S3-backed file system$ fusermount -u /mnt/s3
Mount with automatic block size detection$ s3-backer --accessKey=AKIA... --secretKey=... --bucket=my-bucket --file=disk.img --blockSize=4096 /mnt/s3backup