From 73f0a67d9814091c9c15fce2aa04ef0d3da904bc Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 13 Feb 2019 21:10:43 +0000 Subject: [PATCH] s3: Update Dreamhost endpoint - fixes #2974 --- backend/s3/s3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index b46768408..8a545470c 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -346,7 +346,7 @@ func init() { Help: "Endpoint for S3 API.\nRequired when using an S3 clone.", Provider: "!AWS,IBMCOS,Alibaba", Examples: []fs.OptionExample{{ - Value: "objects-us-west-1.dream.io", + Value: "objects-us-east-1.dream.io", Help: "Dream Objects endpoint", Provider: "Dreamhost", }, {