DuraCloud Java Client
StoreClient
DuraCloud provides access to files stored in cloud storage systems through an application called DuraStore. DuraStore is installed and running on your DuraCloud instance and can be accessed via a REST interface. In order to aid Java developers in communicating with DuraStore, a Java client, called StoreClient was written.
Using the client
To use the StoreClient, you will need to include the necessary dependencies. This is best done using Maven, as follows:
StoreClient
<dependency> <groupId>org.duracloud</groupId> <artifactId>storeclient</artifactId> <version>{duracloud-version}</version> </dependency>
Example code
StoreClient
An example Maven-based project which provides examples for using the storeclient can be found on Github here: https://github.com/duracloud/rest-client-example