aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_configure.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-06 18:56:58 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-06 18:56:58 -0800
commit46b91228afb209547f3573e4f0beaea77dc28e59 (patch)
tree5549caf13f4a4931066c28a0489c395f596d5562 /weed/shell/command_s3_configure.go
parent263eb29e9f6aa7aaa8b6da45244ce75f712f358e (diff)
downloadseaweedfs-46b91228afb209547f3573e4f0beaea77dc28e59.tar.xz
seaweedfs-46b91228afb209547f3573e4f0beaea77dc28e59.zip
2.142.14
Diffstat (limited to 'weed/shell/command_s3_configure.go')
-rw-r--r--weed/shell/command_s3_configure.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/shell/command_s3_configure.go b/weed/shell/command_s3_configure.go
index c1ac1ce74..a62cec0c3 100644
--- a/weed/shell/command_s3_configure.go
+++ b/weed/shell/command_s3_configure.go
@@ -24,7 +24,8 @@ func (c *commandS3Configure) Name() string {
}
func (c *commandS3Configure) Help() string {
- return `configure and apply s3 options for each bucket
+ return `<WIP> configure and apply s3 options for each bucket
+
# see the current configuration file content
s3.configure
`