Issue Details (XML | Word | Printable)

Key: OCCS-2
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tomas Lukosius
Reporter: Jonas Partner
Votes: 0
Watchers: 0
Operations

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

Use the S3Template instead of the S3Resource class

Created: 11/Jan/10 01:44 PM   Updated: 06/Mar/10 03:26 PM  Due: 12/Jan/10
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
Functionalities like authentication, connecting to a bucket, add/remove objects to/from a bucket should all be managed through the S3Template, and the S3Resource class should be removed if possible.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Tomas Lukosius added a comment - 23/Feb/10 10:02 AM
S3Template and AzureTemplate are the only entry points to cloud storage. Only those classes has passibility to list/create/delete containers and blobs inside them.