Skip to content

yinlinchen/wadl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Library to Manage Web Archive Files in Cloud Storage

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

Concept

Build

To build this projects use this command

$ cd fedora-cloud-tool
$ mvn clean install

Usage

  1. Include fedora-cloud-tool/target/fedora-cloud-tool-1.0.1-SNAPSHOT.jar in your project path

  2. Setup cloud provider credentials in your system environment

    AWS:
    AWS_ACCESS_KEY_ID="xxxxxxxxxx"
    AWS_SECRET_ACCESS_KEY="xxxxxxxxxxxxxxxxxxxxxxx"
    

example code

Generate Standalone Javadocs

$ cd fedora-cloud-tool
$ mvn javadoc:javadoc
$ open target/site/apidocs/index.html

About

A Library to Manage Web Archive Files in Cloud Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages