From d84a4c9ac11657e65977fd5db780158d9d549c30 Mon Sep 17 00:00:00 2001 From: Filipe Herculano Date: Sat, 15 Jun 2024 12:40:28 -0400 Subject: [PATCH] s3: fix incorrect region for Magalu provider --- backend/s3/s3.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 87de743b8..6b9eb8962 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -1415,8 +1415,8 @@ func init() { Help: "Magalu BR Southeast 1 endpoint", Provider: "Magalu", }, { - Value: "br-se1.magaluobjects.com", - Help: "Magalu BR Northest 1 endpoint", + Value: "br-ne1.magaluobjects.com", + Help: "Magalu BR Northeast 1 endpoint", Provider: "Magalu", }}, }, {