att-swift¶ ↑
- home
- bugs
- docs
Description¶ ↑
A wrapper for OpenStack Object Storage v1 (aka Swift). Swift provides redundant storage similar to AWS S3. This gem is a wrapper around the Object Storage RESTful API and provides the ability to manage containers (directories) and objects (files).
Features and Problems¶ ↑
-
Supports basic container actions
-
Supports basic object actions
-
Missing easy large object creation
-
Missing most metadata actions
Install¶ ↑
sudo gem install att-swift
Developers¶ ↑
After checking out the source, run:
$ rake newb
This task will install any missing dependencies, run the tests/specs, and generate the RDoc.