diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-23 00:37:55 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-23 00:37:55 -0700 |
| commit | ca35a77e8590331afbf7d359898916b54acb0c60 (patch) | |
| tree | 72736fe7f1c80f5587057e88b991365da934b4ba | |
| parent | 258063de2650699eef4488ff9096693737226fde (diff) | |
| download | seaweedfs-ca35a77e8590331afbf7d359898916b54acb0c60.tar.xz seaweedfs-ca35a77e8590331afbf7d359898916b54acb0c60.zip | |
adjust help message
| -rw-r--r-- | weed/shell/command_remote_configure.go | 3 |
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 |
