mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-15 16:57:10 +00:00
a2f2f72aaf
Using HTTP instead of HTTPS and
82107f4b6c
improve test run-time so that
this is now feasible.
12 lines
362 B
Plaintext
12 lines
362 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
|
|
jclouds.identity=remote-identity
|
|
jclouds.credential=remote-credential
|