diff options
Diffstat (limited to 'weed/shell/command_s3_bucket_quota.go')
| -rw-r--r-- | weed/shell/command_s3_bucket_quota.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_quota.go b/weed/shell/command_s3_bucket_quota.go index 90bd685da..3301a8d0e 100644 --- a/weed/shell/command_s3_bucket_quota.go +++ b/weed/shell/command_s3_bucket_quota.go @@ -28,7 +28,7 @@ func (c *commandS3BucketQuota) Help() string { ` } -func (c *commandS3BucketQuota) IsResourceHeavy() bool { +func (c *commandS3BucketQuota) HasTag(CommandTag) bool { return false } |
