From 43519324b39de697e3403691fb286de03bf0d4d1 Mon Sep 17 00:00:00 2001 From: CDN Date: Wed, 31 Jul 2024 20:44:18 +0800 Subject: [feature] Object store custom URL (S3) (#3046) * tweaks * boobs * fix variable name + typo --------- Co-authored-by: tobi --- test/envparsing.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/envparsing.sh') diff --git a/test/envparsing.sh b/test/envparsing.sh index 281bf7405..3855c372f 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -173,6 +173,7 @@ EXPECT=$(cat << "EOF" "storage-s3-bucket": "gts", "storage-s3-endpoint": "localhost:9000", "storage-s3-proxy": true, + "storage-s3-redirect-url": "", "storage-s3-secret-key": "miniostorage", "storage-s3-use-ssl": false, "syslog-address": "127.0.0.1:6969", @@ -253,6 +254,7 @@ GTS_STORAGE_S3_SECRET_KEY='miniostorage' \ GTS_STORAGE_S3_ENDPOINT='localhost:9000' \ GTS_STORAGE_S3_USE_SSL='false' \ GTS_STORAGE_S3_PROXY='true' \ +GTS_STORAGE_S3_REDIRECT_URL='' \ GTS_STORAGE_S3_BUCKET='gts' \ GTS_STATUSES_MAX_CHARS=69 \ GTS_STATUSES_CW_MAX_CHARS=420 \ -- cgit v1.2.3