Package org.duracloud.client.task
Class S3TaskClientManager
java.lang.Object
org.duracloud.client.task.S3TaskClientManager
Provides a way to get access to an S3TaskClient. This simplifies
the process of making calls to S3 storage provider tasks.
- Author:
- Bill Branan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
S3TaskClientManager
-
-
Method Details
-
get
Retrieve an S3TaskClient- Parameters:
storeId- id of the storage provider- Returns:
- client for calling S3 tasks
- Throws:
ContentStoreException- on error
-