Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

briancollins-cloudfiles

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

briancollins-cloudfiles

  • 1.3.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

= Mosso Cloud Files

== Description

This is a Ruby interface into the Rackspace[http://rackspace.com/] {Mosso Cloud Files}[http://www.mosso.com/cloudfiles.jsp] service. Cloud Files is reliable, scalable and affordable web-based storage hosting for backing up and archiving all your static content. Cloud Files is the first and only cloud service that leverages a tier one CDN provider to create such an easy and complete storage-to-delivery solution for media content.

== Examples

See the class definitions for documentation on specific methods and operations.

require 'cloudfiles'

Log into the Cloud Files system

cf = CloudFiles::Connection.new(USERNAME, API_KEY)

Get a listing of all containers under this account

cf.containers => ["backup", "Books", "cftest", "test", "video", "webpics"]

Access a specific container

container = cf.container('test')

See how many objects are under this container

container.count => 3

List the objects

container.objects => ["bigfile.txt", "new.txt", "test.txt"]

Select an object

object = container.object('test.txt')

Get that object's data

object.data => "This is test data"

== Authors

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

Subsequent work by H. Wade Minter wade.minter@rackspace.com

== License

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

FAQs

Package last updated on 11 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc