From 83e4b0251710b23121ed44b0f8741f150231a68a Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 18 Jan 2024 09:16:20 -0800 Subject: [PATCH] fix --- weed/command/filer_sync.go | 1 - 1 file changed, 1 deletion(-) diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go index dc954e805..292fb0956 100644 --- a/weed/command/filer_sync.go +++ b/weed/command/filer_sync.go @@ -11,7 +11,6 @@ import ( "github.com/seaweedfs/seaweedfs/weed/replication/sink" "github.com/seaweedfs/seaweedfs/weed/replication/sink/filersink" "github.com/seaweedfs/seaweedfs/weed/replication/source" - "github.com/seaweedfs/seaweedfs/weed/s3api/s3_constants" "github.com/seaweedfs/seaweedfs/weed/security" statsCollect "github.com/seaweedfs/seaweedfs/weed/stats" "github.com/seaweedfs/seaweedfs/weed/util"