aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_bucket_create.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_s3_bucket_create.go')
-rw-r--r--weed/shell/command_s3_bucket_create.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/shell/command_s3_bucket_create.go b/weed/shell/command_s3_bucket_create.go
index 80c8a043b..86c788b0d 100644
--- a/weed/shell/command_s3_bucket_create.go
+++ b/weed/shell/command_s3_bucket_create.go
@@ -30,6 +30,10 @@ func (c *commandS3BucketCreate) Help() string {
`
}
+func (c *commandS3BucketCreate) HasTag(CommandTag) bool {
+ return false
+}
+
func (c *commandS3BucketCreate) Do(args []string, commandEnv *CommandEnv, writer io.Writer) (err error) {
bucketCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError)