From e9297f39ead8a309393503af740dc2c2fb8748b3 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 6 Feb 2019 17:02:50 -0800 Subject: [PATCH] Upgrade to S3Proxy 1.6.1 Notably, this improve performance when listing objects using the filesystem backend, allowing new tests like expanding large tar files. Release notes: https://github.com/gaul/s3proxy/releases/tag/s3proxy-1.6.1 --- test/integration-test-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test-common.sh b/test/integration-test-common.sh index 9a63e11..e1ff48f 100644 --- a/test/integration-test-common.sh +++ b/test/integration-test-common.sh @@ -50,7 +50,7 @@ export S3_URL export TEST_SCRIPT_DIR=`pwd` export TEST_BUCKET_MOUNT_POINT_1=${TEST_BUCKET_1} -S3PROXY_VERSION="1.6.0" +S3PROXY_VERSION="1.6.1" S3PROXY_BINARY=${S3PROXY_BINARY-"s3proxy-${S3PROXY_VERSION}"} if [ ! -f "$S3FS_CREDENTIALS_FILE" ]