From 72a9f40f3f81fe3d5ad8bff23508bfaea2f75d48 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 26 Oct 2021 23:20:52 +0900 Subject: [PATCH] Update to S3Proxy 1.9.0 (#1788) Notably this fixes an issue with the transient provider reading parts of large files. Release notes: https://github.com/gaul/s3proxy/releases/tag/s3proxy-1.9.0 --- 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 d4fef2c..056c474 100644 --- a/test/integration-test-common.sh +++ b/test/integration-test-common.sh @@ -77,7 +77,7 @@ export S3_ENDPOINT export TEST_SCRIPT_DIR=`pwd` export TEST_BUCKET_MOUNT_POINT_1=${TEST_BUCKET_1} -S3PROXY_VERSION="1.8.0" +S3PROXY_VERSION="1.9.0" S3PROXY_BINARY=${S3PROXY_BINARY-"s3proxy-${S3PROXY_VERSION}"} CHAOS_HTTP_PROXY_VERSION="1.1.0"