From cd41bddd1ea3ff62ea0cdf15e76137936d549e9b Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 3 Jan 2025 15:01:15 +0900 Subject: [PATCH] Upgrade to S3Proxy 2.5.0 (#2627) Release notes: https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.5.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 2a561fe..5138dae 100644 --- a/test/integration-test-common.sh +++ b/test/integration-test-common.sh @@ -88,7 +88,7 @@ TEST_SCRIPT_DIR=$(pwd) export TEST_SCRIPT_DIR export TEST_BUCKET_MOUNT_POINT_1=${TEST_BUCKET_1} -S3PROXY_VERSION="2.4.1" +S3PROXY_VERSION="2.5.0" S3PROXY_BINARY="${S3PROXY_BINARY-"s3proxy-${S3PROXY_VERSION}"}" CHAOS_HTTP_PROXY_VERSION="1.1.0"