Skip to content

OpenStack Swift protocol implementation used in Cyberduck

License

Notifications You must be signed in to change notification settings

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 protocol implementation used in Cyberduck

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages