Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please modify your maven settings.xml like below before attempting to run 'mvn clean test'

<profile>
  <id>aws</id>
  <activation>
    <activeByDefault>true</activeByDefault>
  </activation>
  <properties>
    <jclouds.aws.accesskeyid>YOUR_ACCESS_KEY_ID</jclouds.aws.accesskeyid>
    <jclouds.aws.secretaccesskey>YOUR_SECRET_KEY</jclouds.aws.secretaccesskey>
  </properties>
</profile>

About

Performance comparison between jclouds s3 implementation and various other options

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages