Skip to content

iterate-ch/java-openstack-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages