Add modern Rackspace Cloud Files provider

Update README to indicate the legacy Swift provider.
pull/20/head
Andrew Gaul 2014-10-27 13:49:54 -07:00
rodzic 9a81b73324
commit 406ac01a1c
2 zmienionych plików z 14 dodań i 3 usunięć

Wyświetl plik

@ -20,12 +20,13 @@ Supported object stores:
* atmos
* aws-s3
* azureblob
* cloudfiles-uk and cloudfiles-us
* filesystem (on-disk storage)
* google-cloud-storage
* hpcloud-objectstorage
* openstack-swift
* rackspace-cloudfiles-uk and rackspace-cloudfiles-us
* s3
* swift and swift-keystone
* swift and swift-keystone (legacy)
* transient (in-memory storage)
Installation
@ -57,7 +58,7 @@ s3proxy.endpoint=http://127.0.0.1:8080
s3proxy.authorization=aws-v2
s3proxy.identity=local-identity
s3proxy.credential=local-credential
jclouds.provider=cloudfiles-us
jclouds.provider=rackspace-cloudfiles-us
jclouds.identity=remote-identity
jclouds.credential=remote-credential
```

10
pom.xml
Wyświetl plik

@ -209,6 +209,16 @@
<artifactId>google-cloud-storage</artifactId>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>rackspace-cloudfiles-uk</artifactId>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>rackspace-cloudfiles-us</artifactId>
<version>${jclouds.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>