s3fs – FUSE file system for Amazon S3
As the title suggests, s3fs is a FUSE-based file system for Amazon S3. What this means is that you can mount an S3 bucket and use it just like a standard disk—a crazy-huge distributed disk that you can mount from any machine. s3fs supports mode (e.g., chmod), mtime (e.g, touch) and uid/gid (chown). s3fs stores […]