aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_bucket_delete.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_s3_bucket_delete.go')
-rw-r--r--weed/shell/command_s3_bucket_delete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_delete.go b/weed/shell/command_s3_bucket_delete.go
index 6f8c9c4b5..ecd83d1c2 100644
--- a/weed/shell/command_s3_bucket_delete.go
+++ b/weed/shell/command_s3_bucket_delete.go
@@ -66,6 +66,6 @@ func (c *commandS3BucketDelete) Do(args []string, commandEnv *CommandEnv, writer
return
}
- return filer_pb.Remove(commandEnv, filerBucketsPath, *bucketName, false, true, true, false, nil)
+ return filer_pb.Remove(context.Background(), commandEnv, filerBucketsPath, *bucketName, false, true, true, false, nil)
}