aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_configure.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-23 00:37:55 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-23 00:37:55 -0700
commitca35a77e8590331afbf7d359898916b54acb0c60 (patch)
tree72736fe7f1c80f5587057e88b991365da934b4ba /weed/shell/command_remote_configure.go
parent258063de2650699eef4488ff9096693737226fde (diff)
downloadseaweedfs-ca35a77e8590331afbf7d359898916b54acb0c60.tar.xz
seaweedfs-ca35a77e8590331afbf7d359898916b54acb0c60.zip
adjust help message
Diffstat (limited to 'weed/shell/command_remote_configure.go')
-rw-r--r--weed/shell/command_remote_configure.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go
index 466d42afb..504ab4f95 100644
--- a/weed/shell/command_remote_configure.go
+++ b/weed/shell/command_remote_configure.go
@@ -32,7 +32,8 @@ func (c *commandRemoteConfigure) Help() string {
remote.configure
# set or update a configuration
- remote.configure -name=cloud1 -type=s3 -access_key=xxx -secret_key=yyy
+ remote.configure -name=cloud1 -type=s3 -s3.access_key=xxx -s3.secret_key=yyy
+ remote.configure -name=cloud2 -type=gcs -gcs.appCredentialsFile=~/service-account-file.json
# delete one configuration
remote.configure -delete -name=cloud1