aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_remote_sync_dir.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-01-18 09:17:16 -0800
committerchrislu <chris.lu@gmail.com>2024-01-18 09:17:16 -0800
commit314e25aad61fbd383ac95c97ceeca9a3e9595b98 (patch)
tree9069203378031334e1130b3baf3620d0c84ddfb9 /weed/command/filer_remote_sync_dir.go
parent263f1f3d0474364607f33d44d9f34e2645120fec (diff)
parent5c90b27b0a1b49108053acc8c77c4ba9c54ad401 (diff)
downloadseaweedfs-314e25aad61fbd383ac95c97ceeca9a3e9595b98.tar.xz
seaweedfs-314e25aad61fbd383ac95c97ceeca9a3e9595b98.zip
Merge branch 'master' into mq-subscribe
Diffstat (limited to 'weed/command/filer_remote_sync_dir.go')
-rw-r--r--weed/command/filer_remote_sync_dir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_remote_sync_dir.go b/weed/command/filer_remote_sync_dir.go
index dd3e94be6..b79c0e4fc 100644
--- a/weed/command/filer_remote_sync_dir.go
+++ b/weed/command/filer_remote_sync_dir.go
@@ -278,7 +278,7 @@ func updateLocalEntry(filerClient filer_pb.FilerClient, dir string, entry *filer
}
func isMultipartUploadFile(dir string, name string) bool {
- return isMultipartUploadDir(dir) && strings.HasSuffix(name, ".part")
+ return isMultipartUploadDir(dir) && strings.HasSuffix(name, ".part")
}
func isMultipartUploadDir(dir string) bool {