Skip to content

Performance comparison between jclouds s3 implementation and various other options

Notifications You must be signed in to change notification settings

jclouds/jclouds-perftest-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages