diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-28 05:56:31 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-28 22:49:38 -0700 |
| commit | 975fbc9ee3d7b3cb5217179b59dfe7b233699c83 (patch) | |
| tree | 2c0a35d44d4967163a2d3a63054045b070af85ef /weed/shell/command_remote_configure.go | |
| parent | cd838b1197e29fbeb204813f0f82523cc580411a (diff) | |
| download | seaweedfs-975fbc9ee3d7b3cb5217179b59dfe7b233699c83.tar.xz seaweedfs-975fbc9ee3d7b3cb5217179b59dfe7b233699c83.zip | |
add wasabi example
Diffstat (limited to 'weed/shell/command_remote_configure.go')
| -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 8b5a04365..1bfe82673 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -38,6 +38,7 @@ func (c *commandRemoteConfigure) Help() string { 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 + remote.configure -name=cloud6 -type=wasabi -wasabi.access_key=xxx -wasabi.secret_key=yyy -wasabi.endpoint=s3.us-west-1.wasabisys.com -wasabi.region=us-west-1 # delete one configuration remote.configure -delete -name=cloud1 |
