diff options
author | abs <abs@pkgsrc.org> | 2012-03-09 22:46:25 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-03-09 22:46:25 +0000 |
commit | bf89029eca8cf8cc51fcf8cfe9a835cc0d11eb05 (patch) | |
tree | d51fe5073a08d1f31fbf42f7aa9fdc45e79f19ee /filesystems/cloudfuse/DESCR | |
parent | 69fc3b57280efaa98e62a08d41764e1551942d8f (diff) | |
download | pkgsrc-bf89029eca8cf8cc51fcf8cfe9a835cc0d11eb05.tar.gz |
Added filesystems/cloudfuse version 20120124
Filesystem (fuse) implemented on Mosso's Cloud Files
Cloudfuse is a FUSE application which provides access to Rackspace's
Cloud Files (or any installation of Swift).
Cloud Files is a remote storage system which is similar in principle to
Amazon S3. It provides a simple RESTful interface to storing and retrieving
objects.
http://www.rackspacecloud.com/cloud_hosting_products/files
Diffstat (limited to 'filesystems/cloudfuse/DESCR')
-rw-r--r-- | filesystems/cloudfuse/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/filesystems/cloudfuse/DESCR b/filesystems/cloudfuse/DESCR new file mode 100644 index 00000000000..e532b4f98a1 --- /dev/null +++ b/filesystems/cloudfuse/DESCR @@ -0,0 +1,10 @@ +Filesystem (fuse) implemented on Mosso's Cloud Files + +Cloudfuse is a FUSE application which provides access to Rackspace's +Cloud Files (or any installation of Swift). + +Cloud Files is a remote storage system which is similar in principle to +Amazon S3. It provides a simple RESTful interface to storing and retrieving +objects. + +http://www.rackspacecloud.com/cloud_hosting_products/files |