kopia lustrzana https://github.com/gaul/s3proxy
update from old aws-v2 to aws-v2-or-v4 authorization method
rodzic
999173da89
commit
3dd3690fa7
|
@ -2,7 +2,7 @@
|
|||
|
||||
```
|
||||
s3proxy.endpoint=http://127.0.0.1:8080
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=azureblob
|
||||
|
@ -14,7 +14,7 @@ jclouds.credential=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|||
|
||||
```
|
||||
s3proxy.endpoint=http://127.0.0.1:8081
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=b2
|
||||
|
@ -26,7 +26,7 @@ jclouds.credential=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|||
|
||||
```
|
||||
s3proxy.endpoint=http://127.0.0.1:8080
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=google-cloud-storage
|
||||
|
@ -60,7 +60,7 @@ An example using a user-specified region:
|
|||
|
||||
```
|
||||
s3proxy.endpoint=http://127.0.0.1:8080
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=rackspace-cloudfiles-us
|
||||
|
@ -73,7 +73,7 @@ jclouds.region=HKG
|
|||
|
||||
```
|
||||
s3proxy.endpoint=http://127.0.0.1:8080
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=s3
|
||||
|
@ -87,7 +87,7 @@ jclouds.endpoint=https://objects.dreamhost.com
|
|||
outdated?!
|
||||
```
|
||||
s3proxy.endpoint=http://127.0.0.1:8080
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=swift
|
||||
|
@ -103,7 +103,7 @@ All $OS_ variables can be retrieved from your tenant specific openrc.sh file.
|
|||
|
||||
```
|
||||
s3proxy.endpoint=http://127.0.0.1:8080
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=openstack-swift
|
||||
|
@ -119,7 +119,7 @@ All $OS_ variables can be retrieved from your project specific openrc.sh file.
|
|||
|
||||
```
|
||||
s3proxy.endpoint=http://127.0.0.1:8080
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=openstack-swift
|
||||
|
@ -139,7 +139,7 @@ An example using SoftLayer in the Dallas geo which uses Keystone.
|
|||
|
||||
```
|
||||
s3proxy.endpoint=http://localhost:8080
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.authorization=aws-v2-or-v4
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
jclouds.provider=openstack-swift
|
||||
|
|
Ładowanie…
Reference in New Issue