Merge pull request #1188 from gaul/s3proxy

Upgrade to S3Proxy 1.7.0
This commit is contained in:
Takeshi Nakatani 2019-10-31 23:00:35 +09:00 committed by GitHub
commit 9789ca1a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ export S3_URL
export TEST_SCRIPT_DIR=`pwd`
export TEST_BUCKET_MOUNT_POINT_1=${TEST_BUCKET_1}
S3PROXY_VERSION="1.6.2"
S3PROXY_VERSION="1.7.0"
S3PROXY_BINARY=${S3PROXY_BINARY-"s3proxy-${S3PROXY_VERSION}"}
if [ ! -f "$S3FS_CREDENTIALS_FILE" ]