From 9bd422d2c93ec330f4e64484c4473f0f2ca15bb6 Mon Sep 17 00:00:00 2001 From: Muhammad Hallaj bin Subery Date: Mon, 6 Feb 2023 13:24:21 +0800 Subject: adding support for B2 region (#4177) Co-authored-by: Muhammad Hallaj bin Subery --- weed/shell/command_remote_configure.go | 1 + 1 file changed, 1 insertion(+) (limited to 'weed/shell') diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go index 4491dc456..6647e3af2 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -79,6 +79,7 @@ func (c *commandRemoteConfigure) Do(args []string, commandEnv *CommandEnv, write remoteConfigureCommand.StringVar(&conf.BackblazeKeyId, "b2.key_id", "", "backblaze keyID") remoteConfigureCommand.StringVar(&conf.BackblazeApplicationKey, "b2.application_key", "", "backblaze applicationKey. Note that your Master Application Key will not work with the S3 Compatible API. You must create a new key that is eligible for use. For more information: https://help.backblaze.com/hc/en-us/articles/360047425453") remoteConfigureCommand.StringVar(&conf.BackblazeEndpoint, "b2.endpoint", "", "backblaze endpoint") + remoteConfigureCommand.StringVar(&conf.BackblazeRegion, "b2.region", "us-west-002", "backblaze region") remoteConfigureCommand.StringVar(&conf.AliyunAccessKey, "aliyun.access_key", "", "Aliyun access key, default to use env ALICLOUD_ACCESS_KEY_ID") remoteConfigureCommand.StringVar(&conf.AliyunSecretKey, "aliyun.secret_key", "", "Aliyun secret key, default to use env ALICLOUD_ACCESS_KEY_SECRET") -- cgit v1.2.3