Skip to content

sohonetlabs/java-openstack-swift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenStack Swift Client

Build Status

Fork of the Rackspace Cloudfiles project heavely refactored with support for Keystone and legacy authentication.

Maven Dependency

<dependency>
  <groupId>ch.iterate.openstack</groupId>
  <artifactId>swift</artifactId>
  <version>2.3</version>
</dependency>

Snapshots

<repositories>
  <repository>
    <id>snapshots-repo</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <releases><enabled>false</enabled></releases>
    <snapshots><enabled>true</enabled></snapshots>
  </repository>
</repositories>

About

OpenStack Swift Client Java Bindings

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%