From d1c7f10ea106822a2a1417556b6c240609a099b8 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux <pierre@ozoux.net> Date: Tue, 12 Apr 2022 12:57:47 +0200 Subject: [PATCH] Updates S3_ENDPOINT_COLD. --- libre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre b/libre index 17f92b4..a317894 100755 --- a/libre +++ b/libre @@ -9,7 +9,7 @@ export EPOCH=`date "+%s"` export NUAGE_URL=`kubectl -n $NS get ing -o custom-columns=HOST:spec.rules[*].host --selector=app.kubernetes.io/name=nextcloud --no-headers=true` export BUCKET=${FQDN} export S3_ENDPOINT=hot-objects.liiib.re -export S3_ENDPOINT_COLD=https://minio.k7.indie.host +export S3_ENDPOINT_COLD=https://cold-objects.liiib.re export REPLICAS="${REPLICAS:-2}" export S3_SECRET=${NS}-dumps -- GitLab