diff --git a/test/integration-test-common.sh b/test/integration-test-common.sh index 6ab53f3..cca5207 100644 --- a/test/integration-test-common.sh +++ b/test/integration-test-common.sh @@ -72,11 +72,7 @@ S3FS=../src/s3fs # [NOTE] # CHAOS HTTP PROXY does not support HTTPS. # -if [ -z "${CHAOS_HTTP_PROXY}" ] && [ -z "${CHAOS_HTTP_PROXY_OPT}" ]; then - : "${S3_URL:="https://127.0.0.1:8080"}" -else - : "${S3_URL:="http://127.0.0.1:8080"}" -fi +: "${S3_URL:="http://127.0.0.1:8080"}" : "${S3_ENDPOINT:="us-east-1"}" : "${S3FS_CREDENTIALS_FILE:="passwd-s3fs"}" : "${TEST_BUCKET_1:="s3fs-integration-test"}" diff --git a/test/s3proxy.conf b/test/s3proxy.conf index 50ab754..a35f622 100644 --- a/test/s3proxy.conf +++ b/test/s3proxy.conf @@ -1,4 +1,4 @@ -s3proxy.secure-endpoint=https://127.0.0.1:8080 +s3proxy.endpoint=http://127.0.0.1:8080 s3proxy.authorization=aws-v2-or-v4 s3proxy.identity=local-identity s3proxy.credential=local-credential