aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_copy.go
AgeCommit message (Collapse)AuthorFilesLines
2025-08-11use one http clientchrislu1-14/+11
2025-08-11filer: server side copying (#7121)Chris Lu1-0/+550
* copy * address comments * remove unused functions, reuse http clients * address hardlink, checking existing directory * destination is directory * check for the key's existence in the map first before accessing its members * address comments * deep copy remote entry * address comments * copying chunks in parallel * handle manifest chunks * address comments * errgroup * there could be large chunks * address comments * address comments