kopia lustrzana https://github.com/gaul/s3proxy
Created Middleware read only (markdown)
rodzic
90b75a4737
commit
f6026f5953
|
@ -0,0 +1,13 @@
|
|||
S3Proxy can prevent mutating operations like put object. An example properties file:
|
||||
|
||||
```
|
||||
s3proxy.endpoint=http://localhost:8081
|
||||
s3proxy.authorization=aws-v2
|
||||
s3proxy.identity=local-identity
|
||||
s3proxy.credential=local-credential
|
||||
s3proxy.read-only-blobstore=true
|
||||
|
||||
jclouds.provider=transient
|
||||
jclouds.identity=remote-identity
|
||||
jclouds.credential=remote-credential
|
||||
```
|
Ładowanie…
Reference in New Issue