-
S3FUSE is a FUSE based filesystem written in python that uses SDB for metadata and S3 for document storage. Using these scalable services available from Amazon, it is possible to mount a user-land filesystem on Linux and FreeBSD.
-
s3fuse is a filesystem in userspace (FUSE) that uses the Amazon S3 web service to store data.
-
Amazon’s S3 is a nice and cheap way to have a remote backup system. But it is REST based which make it not very easy to use. This project just add the normal file system semantic to it.
it use the boto package for communication with Amazon S3 service.
-
This is a Mozilla Firefox extension for interacting with Amazon EC2 (API version 2007-08-29). The source code also functions as an example of how to use the Amazon EC2 Query API from JavaScript.