From f95c1c61dd2179056c062fce3d790ee60185abb1 Mon Sep 17 00:00:00 2001 From: Henry Ptasinski Date: Sat, 17 Nov 2018 08:24:00 -0800 Subject: [PATCH] s3: add config info for Wasabi's US-West endpoint Wasabi has two location, US East and US West, with different endpoint URLs. When configuring S3 to use Wasabi, provide the endpoint information for both locations. --- backend/s3/s3.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 788e81017..fdd5ba6fe 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -291,7 +291,11 @@ func init() { Provider: "DigitalOcean", }, { Value: "s3.wasabisys.com", - Help: "Wasabi Object Storage", + Help: "Wasabi US East endpoint", + Provider: "Wasabi", + }, { + Value: "s3.us-west-1.wasabisys.com", + Help: "Wasabi US West endpoint", Provider: "Wasabi", }}, }, {