kopia lustrzana https://github.com/gaul/s3proxy
Add modern Rackspace Cloud Files provider
Update README to indicate the legacy Swift provider.pull/20/head
rodzic
9a81b73324
commit
406ac01a1c
|
@ -20,12 +20,13 @@ Supported object stores:
|
||||||
* atmos
|
* atmos
|
||||||
* aws-s3
|
* aws-s3
|
||||||
* azureblob
|
* azureblob
|
||||||
* cloudfiles-uk and cloudfiles-us
|
|
||||||
* filesystem (on-disk storage)
|
* filesystem (on-disk storage)
|
||||||
* google-cloud-storage
|
* google-cloud-storage
|
||||||
* hpcloud-objectstorage
|
* hpcloud-objectstorage
|
||||||
|
* openstack-swift
|
||||||
|
* rackspace-cloudfiles-uk and rackspace-cloudfiles-us
|
||||||
* s3
|
* s3
|
||||||
* swift and swift-keystone
|
* swift and swift-keystone (legacy)
|
||||||
* transient (in-memory storage)
|
* transient (in-memory storage)
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -57,7 +58,7 @@ s3proxy.endpoint=http://127.0.0.1:8080
|
||||||
s3proxy.authorization=aws-v2
|
s3proxy.authorization=aws-v2
|
||||||
s3proxy.identity=local-identity
|
s3proxy.identity=local-identity
|
||||||
s3proxy.credential=local-credential
|
s3proxy.credential=local-credential
|
||||||
jclouds.provider=cloudfiles-us
|
jclouds.provider=rackspace-cloudfiles-us
|
||||||
jclouds.identity=remote-identity
|
jclouds.identity=remote-identity
|
||||||
jclouds.credential=remote-credential
|
jclouds.credential=remote-credential
|
||||||
```
|
```
|
||||||
|
|
10
pom.xml
10
pom.xml
|
@ -209,6 +209,16 @@
|
||||||
<artifactId>google-cloud-storage</artifactId>
|
<artifactId>google-cloud-storage</artifactId>
|
||||||
<version>${jclouds.version}</version>
|
<version>${jclouds.version}</version>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>org.assertj</groupId>
|
<groupId>org.assertj</groupId>
|
||||||
<artifactId>assertj-core</artifactId>
|
<artifactId>assertj-core</artifactId>
|
||||||
|
|
Ładowanie…
Reference in New Issue