java-openstack-swift icon indicating copy to clipboard operation
java-openstack-swift copied to clipboard

OpenStack Swift Client Java Bindings

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>