From d049cbb59e1bc6959ec0dfe9c869888f183a4bf4 Mon Sep 17 00:00:00 2001 From: Kaloyan Raev Date: Thu, 22 Dec 2022 15:44:10 +0200 Subject: [PATCH] s3/storj: update endpoints Storj switched to a single global s3 endpoint backed by a BGP routing. We want to stop advertizing the former regional endpoints and have the global one as the only option. --- backend/s3/s3.go | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index c6977b8c9..872e87498 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -936,17 +936,11 @@ func init() { }}, }, { Name: "endpoint", - Help: "Endpoint of the Shared Gateway.", + Help: "Endpoint for Storj Gateway.", Provider: "Storj", Examples: []fs.OptionExample{{ - Value: "gateway.eu1.storjshare.io", - Help: "EU1 Shared Gateway", - }, { - Value: "gateway.us1.storjshare.io", - Help: "US1 Shared Gateway", - }, { - Value: "gateway.ap1.storjshare.io", - Help: "Asia-Pacific Shared Gateway", + Value: "gateway.storjshare.io", + Help: "Global Hosted Gateway", }}, }, { // cos endpoints: https://intl.cloud.tencent.com/document/product/436/6224