mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
Upgrade to S3Proxy 2.4.1 (#2433)
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
This commit is contained in:
parent
7410b95db2
commit
143284b2f3
@ -88,7 +88,7 @@ TEST_SCRIPT_DIR=$(pwd)
|
|||||||
export TEST_SCRIPT_DIR
|
export TEST_SCRIPT_DIR
|
||||||
export TEST_BUCKET_MOUNT_POINT_1=${TEST_BUCKET_1}
|
export TEST_BUCKET_MOUNT_POINT_1=${TEST_BUCKET_1}
|
||||||
|
|
||||||
S3PROXY_VERSION="2.0.0"
|
S3PROXY_VERSION="2.4.1"
|
||||||
S3PROXY_BINARY="${S3PROXY_BINARY-"s3proxy-${S3PROXY_VERSION}"}"
|
S3PROXY_BINARY="${S3PROXY_BINARY-"s3proxy-${S3PROXY_VERSION}"}"
|
||||||
|
|
||||||
CHAOS_HTTP_PROXY_VERSION="1.1.0"
|
CHAOS_HTTP_PROXY_VERSION="1.1.0"
|
||||||
|
@ -6,6 +6,6 @@ s3proxy.credential=local-credential
|
|||||||
s3proxy.keystore-path=/tmp/keystore.jks
|
s3proxy.keystore-path=/tmp/keystore.jks
|
||||||
s3proxy.keystore-password=password
|
s3proxy.keystore-password=password
|
||||||
|
|
||||||
jclouds.provider=transient
|
jclouds.provider=transient-nio2
|
||||||
jclouds.identity=remote-identity
|
jclouds.identity=remote-identity
|
||||||
jclouds.credential=remote-credential
|
jclouds.credential=remote-credential
|
||||||
|
Loading…
Reference in New Issue
Block a user