Last Modified
2013-08-12 21:25:56 +0000
Requires
  • net/http
  • net/https
  • rexml/document
  • cgi
  • uri
  • digest/md5
  • date
  • time
  • rubygems
  • jcode
  • client
  • cloudfiles/version
  • cloudfiles/exception
  • cloudfiles/authentication
  • cloudfiles/connection
  • cloudfiles/container
  • cloudfiles/storage_object

Description

Cloud Files API

Connects Ruby Applications to Rackspace's Cloud Files service

Initial work by Major Hayden <major.hayden@rackspace.com>

Subsequent work by H. Wade Minter <minter@lunenburg.org> and Dan Prince <dan.prince@rackspace.com>

See COPYING for license information. Copyright (c) 2011, Rackspace US, Inc.


Documentation & Examples

To begin reviewing the available methods and examples, peruse the README file, or begin by looking at documentation for the CloudFiles::Connection class.

The CloudFiles class is the base class. Not much of note happens here. To create a new CloudFiles connection, use the CloudFiles::Connection.new(:username => 'user_name', :api_key => 'api_key') method.