Skip to content

Commit

Permalink
Use S3Proxy 1.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Mar 9, 2015
1 parent d06b6d7 commit d75c08e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration-test-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ then
fi
chmod 600 "$S3FS_CREDENTIALS_FILE"

S3PROXY_VERSION="1.3.0"
S3PROXY_BINARY="s3proxy-${S3PROXY_VERSION}-jar-with-dependencies.jar"
S3PROXY_VERSION="1.4.0"
S3PROXY_BINARY="s3proxy-${S3PROXY_VERSION}-20150307.195914-6-jar-with-dependencies.jar"
if [ ! -e "${S3PROXY_BINARY}" ]; then
wget "http://repo1.maven.org/maven2/org/gaul/s3proxy/${S3PROXY_VERSION}/${S3PROXY_BINARY}"
wget "https://oss.sonatype.org/content/repositories/snapshots/org/gaul/s3proxy/${S3PROXY_VERSION}-SNAPSHOT/${S3PROXY_BINARY}"
fi

0 comments on commit d75c08e

Please sign in to comment.