diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-28 02:23:03 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-28 02:23:03 -0700 |
| commit | a22f37b01cd4cf12d27816c665cbf014cce37aab (patch) | |
| tree | 7cb0cd15b66aab44b2ea56f36c583cf1e20a7f80 /weed/shell/command_remote_configure.go | |
| parent | a9b41900d87f4fbdb2d0f9a6745fc563daff03d6 (diff) | |
| download | seaweedfs-a22f37b01cd4cf12d27816c665cbf014cce37aab.tar.xz seaweedfs-a22f37b01cd4cf12d27816c665cbf014cce37aab.zip | |
remove tencent region
Diffstat (limited to 'weed/shell/command_remote_configure.go')
| -rw-r--r-- | weed/shell/command_remote_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go index 3c6fee178..8b5a04365 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -37,6 +37,7 @@ func (c *commandRemoteConfigure) Help() string { remote.configure -name=cloud2 -type=gcs -gcs.appCredentialsFile=~/service-account-file.json remote.configure -name=cloud3 -type=azure -azure.account_name=xxx -azure.account_key=yyy remote.configure -name=cloud4 -type=aliyun -aliyun.access_key=xxx -aliyun.secret_key=yyy -aliyun.endpoint=oss-cn-shenzhen.aliyuncs.com -aliyun.region=cn-sehnzhen + remote.configure -name=cloud5 -type=tencent -tencent.secret_id=xxx -tencent.secret_key=yyy -tencent.endpoint=cos.ap-guangzhou.myqcloud.com # delete one configuration remote.configure -delete -name=cloud1 @@ -82,7 +83,6 @@ func (c *commandRemoteConfigure) Do(args []string, commandEnv *CommandEnv, write remoteConfigureCommand.StringVar(&conf.TencentSecretId, "tencent.secret_id", "", "Tencent Secret Id, default to use env COS_SECRETID") remoteConfigureCommand.StringVar(&conf.TencentSecretKey, "tencent.secret_key", "", "Tencent secret key, default to use env COS_SECRETKEY") remoteConfigureCommand.StringVar(&conf.TencentEndpoint, "tencent.endpoint", "", "Tencent endpoint") - remoteConfigureCommand.StringVar(&conf.TencentRegion, "tencent.region", "", "Tencent region") remoteConfigureCommand.StringVar(&conf.BaiduAccessKey, "baidu.access_key", "", "Baidu access key, default to use env BDCLOUD_ACCESS_KEY") remoteConfigureCommand.StringVar(&conf.BaiduSecretKey, "baidu.secret_key", "", "Baidu secret key, default to use env BDCLOUD_SECRET_KEY") |
