diff --git a/test/integration-test-common.sh b/test/integration-test-common.sh index 185b3a2..0c0129f 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.7.1" +S3PROXY_VERSION="1.8.0" S3PROXY_BINARY=${S3PROXY_BINARY-"s3proxy-${S3PROXY_VERSION}"} CHAOS_HTTP_PROXY_VERSION="1.1.0"