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