diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-28 01:09:48 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-28 01:09:48 -0700 |
| commit | 0d8936f6cdeba0809ff6971c3717634d8d82e5fa (patch) | |
| tree | b03eafdd83c3a5bd33166a76d16eafdd7f40a12b | |
| parent | ff70ba51accb146985af305a483d286239583b98 (diff) | |
| download | seaweedfs-0d8936f6cdeba0809ff6971c3717634d8d82e5fa.tar.xz seaweedfs-0d8936f6cdeba0809ff6971c3717634d8d82e5fa.zip | |
add aliyun example
| -rw-r--r-- | weed/shell/command_remote_configure.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go index 4aaf7c034..3c6fee178 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -36,6 +36,7 @@ func (c *commandRemoteConfigure) Help() string { 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 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 # delete one configuration remote.configure -delete -name=cloud1 |
