aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_configure.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-31 02:04:32 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-31 02:04:32 -0700
commit0ee208c1a4400a03fa4984984ed2cfa916267da1 (patch)
treec14d3ac9e53b84aee13cc0b903a009eed2220f4c /weed/shell/command_remote_configure.go
parent97b7948cd9c40b07a6d2412895a31bb0a4b984f3 (diff)
downloadseaweedfs-0ee208c1a4400a03fa4984984ed2cfa916267da1.tar.xz
seaweedfs-0ee208c1a4400a03fa4984984ed2cfa916267da1.zip
adjust example
Diffstat (limited to 'weed/shell/command_remote_configure.go')
-rw-r--r--weed/shell/command_remote_configure.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go
index e309b6135..4990e81db 100644
--- a/weed/shell/command_remote_configure.go
+++ b/weed/shell/command_remote_configure.go
@@ -33,7 +33,7 @@ func (c *commandRemoteConfigure) Help() string {
remote.configure
# set or update a configuration
- remote.configure -name=cloud1 -type=s3 -s3.access_key=xxx -s3.secret_key=yyy
+ remote.configure -name=cloud1 -type=s3 -s3.access_key=xxx -s3.secret_key=yyy -s3.region=us-east-2
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