From fa5c7ff4df660d6c119fe08f98931c85bc88c92b Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 29 Mar 2015 14:28:13 -0700 Subject: [PATCH] Upgrade to S3Proxy 1.4.0 Release notes: https://github.com/andrewgaul/s3proxy/releases/tag/s3proxy-1.4.0 --- test/integration-test-common.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/integration-test-common.sh b/test/integration-test-common.sh index 45b8b6b..510208d 100644 --- a/test/integration-test-common.sh +++ b/test/integration-test-common.sh @@ -15,7 +15,9 @@ fi chmod 600 "$S3FS_CREDENTIALS_FILE" S3PROXY_VERSION="1.4.0" -S3PROXY_BINARY="s3proxy-${S3PROXY_VERSION}-20150307.195914-6-jar-with-dependencies.jar" +S3PROXY_BINARY="s3proxy-${S3PROXY_VERSION}" if [ ! -e "${S3PROXY_BINARY}" ]; then - wget "https://oss.sonatype.org/content/repositories/snapshots/org/gaul/s3proxy/${S3PROXY_VERSION}-SNAPSHOT/${S3PROXY_BINARY}" + wget "https://github.com/andrewgaul/s3proxy/releases/download/s3proxy-${S3PROXY_VERSION}/s3proxy" \ + -O "${S3PROXY_BINARY}" + chmod +x "${S3PROXY_BINARY}" fi