Issue Details (XML | Word | Printable)

Key: OCCS-5
Type: Task Task
Status: Resolved Resolved
Resolution: Won't Fix
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

Refactor authentication. Create namespace support for authentication. Add functionality to read keys from a file.

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

Time Tracking:
Not Specified


 Description  « Hide
namespace support should be in the form <s3:authentication />, or <aws:authentication />

 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:10 AM
For authentication two classes exist:
org.opencredo.cloud.storage.s3.AwsCredentials - requires AWS key and secret key to be constructed. Instance of this class is passed to S3Template as constructor argument.
org.opencredo.cloud.storage.azure.AzureCredentials - requires Azure account name and secret key to be constructed. Instance of this class is passed to AzureTemplate as constructor argument.