This project serves as a client library for manage files in Fedora 4 with cloud storage providers (e.g. Amazon S3, and etc)
- Operations:
- Move a binary file into cloud storage
- Restore a binary object from cloud storage
To build this projects use this command
$ cd fedora-cloud-tool
$ mvn clean install
-
Include fedora-cloud-tool/target/fedora-cloud-tool-1.0.1-SNAPSHOT.jar in your project path
-
Setup cloud provider credentials in your system environment
AWS: AWS_ACCESS_KEY_ID="xxxxxxxxxx" AWS_SECRET_ACCESS_KEY="xxxxxxxxxxxxxxxxxxxxxxx"
$ cd fedora-cloud-tool
$ mvn javadoc:javadoc
$ open target/site/apidocs/index.html
