From 5829416337535ff83c99191f76b493644281c048 Mon Sep 17 00:00:00 2001 From: kaiser Date: Tue, 24 Oct 2023 09:49:53 +0200 Subject: [PATCH] Fix registry bucket name bug on staging.osparc.io --- services/registry/template.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/registry/template.env b/services/registry/template.env index d5368189..cbb6f2f1 100644 --- a/services/registry/template.env +++ b/services/registry/template.env @@ -6,7 +6,7 @@ S3_ACCESS_KEY=${REGISTRY_S3_ACCESS_KEY} S3_SECRET_KEY=${REGISTRY_S3_SECRET_KEY} S3_ENDPOINT=${S3_ENDPOINT} S3_BUCKET=${REGISTRY_DOMAIN} -REGISTRY_S3_BUCKET=${REGISTRY_DOMAIN} +REGISTRY_S3_BUCKET=${REGISTRY_S3_BUCKET} REGISTRY_S3_ENDPOINT=${S3_ENDPOINT} REGISTRY_S3_SECURE=${REGISTRY_S3_SECURE} AWS_REGION=${REGISTRY_AWS_REGION}