diff options
Diffstat (limited to 'weed/shell/command_s3_bucket_quota_check.go')
| -rw-r--r-- | weed/shell/command_s3_bucket_quota_check.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_quota_check.go b/weed/shell/command_s3_bucket_quota_check.go index db94e225d..04708a0e7 100644 --- a/weed/shell/command_s3_bucket_quota_check.go +++ b/weed/shell/command_s3_bucket_quota_check.go @@ -29,7 +29,7 @@ func (c *commandS3BucketQuotaEnforce) Help() string { ` } -func (c *commandS3BucketQuotaEnforce) IsResourceHeavy() bool { +func (c *commandS3BucketQuotaEnforce) HasTag(CommandTag) bool { return false } |
