aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_copy.go
AgeCommit message (Expand)AuthorFilesLines
2021-06-13filer.copy: zero fileSize for directoriesChris Lu1-1/+5
2021-05-12filer.copy: "check.size" before copying filesChris Lu1-5/+57
2021-05-07add retry to assign volumeChris Lu1-36/+40
2021-05-07remove duplicated codeChris Lu1-3/+0
2021-05-06go fmtChris Lu1-1/+1
2021-04-21filer.copy copy empty foldersChris Lu1-17/+19
2021-04-01smaller file chunks are fasterChris Lu1-1/+1
2021-02-22disk type support custom tagsChris Lu1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+3
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-1/+1
2021-02-13adjust help messageChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-1/+1
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu1-1/+1
2020-12-16go fmtChris Lu1-3/+3
2020-12-16Merge branch 'master' into support_ssd_volumeChris Lu1-2/+2
2020-12-14show error a little bit more obviouslyChris Lu1-2/+2
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-4/+4
2020-12-13adding volume typeChris Lu1-0/+4
2020-11-11avoid unnecessary error messageChris Lu1-1/+1
2020-10-31go fmtChris Lu1-1/+1
2020-10-30clean upChris Lu1-1/+1
2020-10-30Update filer_copy.goKenny1-1/+1
2020-10-25passing full path when assign volume locationsChris Lu1-2/+2
2020-10-25renamingChris Lu1-2/+2
2020-10-25minorChris Lu1-1/+1
2020-10-25filer.copy: automatically use the right bucketChris Lu1-2/+15
2020-09-09filer: cross cluster synchronizationChris Lu1-1/+1
2020-05-10go fmtChris Lu1-1/+1
2020-04-30refactoringChris Lu1-19/+5
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-1/+2
2020-04-21report error if copying failedChris Lu1-1/+1
2020-03-28refactoringChris Lu1-1/+1
2020-03-18use public url also for deletionsChris Lu1-1/+1
2020-03-09filer: support TTL for all filer storesChris Lu1-4/+13
2020-03-08filer: remember content is gzipped or notChris Lu1-4/+8
2020-03-07pass in filer.copy cipher optionChris Lu1-1/+1
2020-03-07mimee type default "application/octet-stream" to empty stringChris Lu1-1/+4
2020-03-06filer: option to encrypt data on volume serverChris Lu1-17/+19
2020-03-04refactoringChris Lu1-14/+6
2020-02-25remove ctx if possibleChris Lu1-9/+7
2020-02-25avoid reusing context objectChris Lu1-15/+15
2020-02-25move filer assign volume grpc errror to responseChris Lu1-0/+6
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-23/+52
2020-01-29support env variables to overwrite toml fileChris Lu1-3/+3
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu1-2/+2
2019-12-15upload skipping mimetype if not neededChris Lu1-1/+1
2019-10-25go fmtChris Lu1-1/+0
2019-10-24filer: filer.copy cleanup in case of failed uploadsChris Lu1-3/+9