FUSE-based file system for mounting Amazon S3 buckets locally
FUSE-based file system backed by Amazon S3
s3fs
$ s3fs mybucket /mnt/s3 -o allow_other
$ s3fs mybucket /mnt/s3 -o passwd_file=~/.passwd-s3fs -o allow_other
$ fusermount -u /mnt/s3