aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_sync.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-01-18 09:16:20 -0800
committerchrislu <chris.lu@gmail.com>2024-01-18 09:16:20 -0800
commit83e4b0251710b23121ed44b0f8741f150231a68a (patch)
tree6971ccbf11b9f67059787c98417e5acd86f023a1 /weed/command/filer_sync.go
parent2fa519bcb5408375783a586ba8e853069969a498 (diff)
downloadseaweedfs-83e4b0251710b23121ed44b0f8741f150231a68a.tar.xz
seaweedfs-83e4b0251710b23121ed44b0f8741f150231a68a.zip
fix
Diffstat (limited to 'weed/command/filer_sync.go')
-rw-r--r--weed/command/filer_sync.go1
1 files changed, 0 insertions, 1 deletions
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"