From b8a1e485e4ed5482a23d0fe6988214f35d15deb4 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux <pierre@ozoux.net> Date: Mon, 11 Apr 2022 18:17:46 +0200 Subject: [PATCH] Sets the new default bucket. --- libre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre b/libre index 83303d9..bcbce08 100755 --- a/libre +++ b/libre @@ -8,7 +8,7 @@ export PG_DOMAIN=$NS 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=https://s3.standard.indie.host +export S3_ENDPOINT=hot-objects.liiib.re export S3_ENDPOINT_COLD=https://minio.k7.indie.host export REPLICAS="${REPLICAS:-2}" -- GitLab