Issue Details (XML | Word | Printable)

Key: OCCS-3
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Russell Miles
Reporter: Russell Miles
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenCredo Cloud Storage

Add support for Rackspace 'Cloudfiles'

Created: 21/Feb/10 06:30 PM   Updated: 09/Aug/11 08:14 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.0

Time Tracking:
Original Estimate: 4 days
Original Estimate - 4 days
Remaining Estimate: 4 days
Remaining Estimate - 4 days
Time Spent: Not Specified
Remaining Estimate - 4 days

File Attachments: 1. PDF File cf-devguide-20090812.pdf (419 kB)



 Description  « Hide
Rackspace has a storage service called Cloudfiles, see http://www.rackspacecloud.com/cloud_hosting_products/files

The aim of this ticket is to add support for Cloudfiles in a similar vein as the support for S3 and Azure Blob Storage.

This service does expose an API, see http://www.rackspacecloud.com/cloud_hosting_products/files/api

There is a Java binding for this API (released under the MIT license) available here: http://github.com/rackspace/java-cloudfiles/tree

Unfortunately the Java binding code is not using Maven. We may want to write our own api implementation rather than using these bindings directly.

The API definition, as of 21/02/2010, is attached to this issue. The API looks to be exposed in a RESTful way, so that would likely be the option to work against (likely similar to how we're working against S3).



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Erich Eichinger added a comment - 09/Aug/11 08:14 AM
are we still interested in this?