diff options
Diffstat (limited to 'weed/shell/command_s3_bucket_list.go')
| -rw-r--r-- | weed/shell/command_s3_bucket_list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_list.go b/weed/shell/command_s3_bucket_list.go index aaabdf5da..7939f2086 100644 --- a/weed/shell/command_s3_bucket_list.go +++ b/weed/shell/command_s3_bucket_list.go @@ -27,7 +27,7 @@ func (c *commandS3BucketList) Help() string { ` } -func (c *commandS3BucketList) IsResourceHeavy() bool { +func (c *commandS3BucketList) HasTag(CommandTag) bool { return false } |
