From 98b724391fe00716af4764be17b857c31d2f14a5 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 9 Jul 2017 22:41:39 -0700 Subject: [PATCH] Upgrade to S3Proxy 1.5.3 Release notes: https://github.com/andrewgaul/s3proxy/releases/tag/s3proxy-1.5.3 --- 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 2a66f00..b5d339c 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.5.2" +S3PROXY_VERSION="1.5.3" S3PROXY_BINARY=${S3PROXY_BINARY-"s3proxy-${S3PROXY_VERSION}"} if [ ! -f "$S3FS_CREDENTIALS_FILE" ]