From 406ac01a1c31f29c7809f8cfe15fc841b49e6f6b Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 27 Oct 2014 13:49:54 -0700 Subject: [PATCH] Add modern Rackspace Cloud Files provider Update README to indicate the legacy Swift provider. --- README.md | 7 ++++--- pom.xml | 10 ++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b61702..4f80118 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/pom.xml b/pom.xml index 4b81d2d..59d27b0 100644 --- a/pom.xml +++ b/pom.xml @@ -209,6 +209,16 @@ google-cloud-storage ${jclouds.version} + + org.apache.jclouds.labs + rackspace-cloudfiles-uk + ${jclouds.version} + + + org.apache.jclouds.labs + rackspace-cloudfiles-us + ${jclouds.version} + org.assertj assertj-core