aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_circuitbreaker.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_s3_circuitbreaker.go')
-rw-r--r--weed/shell/command_s3_circuitbreaker.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/shell/command_s3_circuitbreaker.go b/weed/shell/command_s3_circuitbreaker.go
index 2f326b079..5abc2d429 100644
--- a/weed/shell/command_s3_circuitbreaker.go
+++ b/weed/shell/command_s3_circuitbreaker.go
@@ -51,6 +51,10 @@ func (c *commandS3CircuitBreaker) Help() string {
`
}
+func (c *commandS3CircuitBreaker) HasTag(CommandTag) bool {
+ return false
+}
+
func (c *commandS3CircuitBreaker) Do(args []string, commandEnv *CommandEnv, writer io.Writer) (err error) {
dir := s3_constants.CircuitBreakerConfigDir
file := s3_constants.CircuitBreakerConfigFile