1 Middleware read only
Andrew Gaul edytuje tę stronę 2017-10-08 18:12:31 -07:00

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