aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_configure.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-09-29 10:38:22 -0700
committerchrislu <chris.lu@gmail.com>2024-09-29 10:38:22 -0700
commitec30a504bae6cad75f859964e14c60d39cc43709 (patch)
tree1a93cdc9d604b78ddce854009083b6af121c5137 /weed/shell/command_s3_configure.go
parent9cd263b2cec3ba40623d4738c453818b0f3b079b (diff)
downloadseaweedfs-ec30a504bae6cad75f859964e14c60d39cc43709.tar.xz
seaweedfs-ec30a504bae6cad75f859964e14c60d39cc43709.zip
refactor
Diffstat (limited to 'weed/shell/command_s3_configure.go')
-rw-r--r--weed/shell/command_s3_configure.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_configure.go b/weed/shell/command_s3_configure.go
index a92abe277..0726bd143 100644
--- a/weed/shell/command_s3_configure.go
+++ b/weed/shell/command_s3_configure.go
@@ -33,7 +33,7 @@ func (c *commandS3Configure) Help() string {
`
}
-func (c *commandS3Configure) IsResourceHeavy() bool {
+func (c *commandS3Configure) HasTag(CommandTag) bool {
return false
}