mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-23 13:58:24 +00:00
a2f2f72aaf
Using HTTP instead of HTTPS and 82107f4b6c4cf455c2f3dd63e0ade29f042c1b0f 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
|