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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_create.go b/weed/shell/command_s3_bucket_create.go
index 97a434ab7..86c788b0d 100644
--- a/weed/shell/command_s3_bucket_create.go
+++ b/weed/shell/command_s3_bucket_create.go
@@ -30,7 +30,7 @@ func (c *commandS3BucketCreate) Help() string {
`
}
-func (c *commandS3BucketCreate) IsResourceHeavy() bool {
+func (c *commandS3BucketCreate) HasTag(CommandTag) bool {
return false
}