att-swift

home

github.com/att-cloud/att-swift

bugs

github.com/att-cloud/att-swift/issues

docs

docs.seattlerb.org/att-swift

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.