mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 16:58:55 +00:00
143284b2f3
This transitions to the transient-nio2 storage backend which should address a race condition with getBlob and be easier to work with in the future. Release notes: https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.4.1 https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.4.0 https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.3.0 https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.2.0 https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.1.0
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
s3proxy.endpoint=http://127.0.0.1:8081
|
|
s3proxy.secure-endpoint=https://127.0.0.1:8080
|
|
s3proxy.authorization=aws-v2-or-v4
|
|
s3proxy.identity=local-identity
|
|
s3proxy.credential=local-credential
|
|
s3proxy.keystore-path=/tmp/keystore.jks
|
|
s3proxy.keystore-password=password
|
|
|
|
jclouds.provider=transient-nio2
|
|
jclouds.identity=remote-identity
|
|
jclouds.credential=remote-credential
|