资 源 简 介
s3-simple-fuse is a Fuse filesystem to acccess Amazon"s S3 service. It"s designed to "just work" (without requiring and preparation of the S3 bucket) and be interoperable with other S3-Clients. It"s basically feature complete but hasn"t received much public testing yet. Use at your own risk.
Features
"Just works" to access the contents of a S3 bucket.
Stored files can be access with other tools as well.
Synchronous data transfer for maximum storage safety.
Philosophy
s3-simple-fuse"s goal is to provide a convenient interface to the S3 storage service not a full-fledged filesystem. Therefore it only implements the basic filesystem features needed to store and retrieve files but omits the ones that cannot be mapped to S3 like file permissions and links.
Installation
Unzip tarball
run ./setup.py install (as root or specify an alternative prefix)