aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_copy.go
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-24filer: parallize weed filer.copy for single fileChris Lu1-44/+71
2019-07-10filer.copy default to 32MB chunksChris Lu1-1/+1
2019-06-23filer.copy: use filer settings, avoid unnecessary command line optionsChris Lu1-15/+36
2019-06-05periodic scripts exeuction from leader masterChris Lu1-9/+9
2019-04-18filer.copy: add adjustable compression levelChris Lu1-11/+13
2019-04-07weed filer.copy: use existing file owner and gropu idChris Lu1-4/+10
2019-04-07weed filer.copy: add option to profile the executionChris Lu1-0/+4
2019-04-05weed filer.copy: parallelize the copying to increase throughputChris Lu1-72/+130
2019-04-05weed filer.copy: use cached filer grpc connectionChris Lu1-8/+4
2019-04-05weed filer.copy: skip files that can not be openedChris Lu1-8/+11
2019-04-04default weed filer.copy and weed upload chunk size to 32MBChris Lu1-1/+1
2019-03-29weed filer.copy: support multiple mastersChris Lu1-2/+8
2019-03-15add context.ContextChris Lu1-13/+13
2019-02-18adding grpc mutual tlsChris Lu1-20/+29
2019-02-15benchmark can work in secure modeChris Lu1-2/+2
2019-02-09cleanup security.SecretChris Lu1-6/+0
2019-01-17go fmt and fix some typobingoohuang1-2/+2
2018-12-23error if the last arguement does not end with forward slashChris Lu1-1/+2
2018-12-22adjust help messageChris Lu1-4/+0
2018-12-22avoid .gz auto decompressionChris Lu1-7/+1
2018-09-28adjust descriptionChris Lu1-2/+1
2018-09-22add ETag to upload results and chunksChris Lu1-0/+2
2018-07-21go fmtChris Lu1-6/+6
2018-07-03keep alive for gRpc callsChris Lu1-2/+1
2018-06-10add collection, replication, ttl to each fileChris Lu1-14/+21
2018-06-05use separate filer grpc portChris Lu1-20/+40
2018-05-30fix copy error on 0 size filesChris Lu1-26/+62
2018-05-30fix file nameChris Lu1-16/+17