aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sink
AgeCommit message (Expand)AuthorFilesLines
2020-06-20rename filechunk is_gzipped to is_compressedChris Lu1-1/+1
2020-04-29refactoringChris Lu1-0/+2
2020-04-13refactoringChris Lu3-3/+3
2020-04-08add If-None-Match and If-Modified-SinceChris Lu1-2/+2
2020-04-07filer replication: add s3 endpointChris Lu1-2/+7
2020-03-28refactoringChris Lu1-1/+1
2020-03-23refactoringChris Lu2-30/+15
2020-03-23refactoringChris Lu1-3/+3
2020-03-22consistent 64bit sizeChris Lu4-4/+4
2020-03-17go fmtChris Lu2-2/+2
2020-03-11fix: #1226HongyanShen2-9/+12
2020-03-08filer: remember content is gzipped or notChris Lu5-4/+5
2020-03-07fuse mount: avoid lookup nil entryChris Lu1-5/+2
2020-03-06filer: option to encrypt data on volume serverChris Lu5-7/+9
2020-03-04refactoringChris Lu1-2/+2
2020-02-25remove ctx if possibleChris Lu4-8/+6
2020-02-25avoid reusing context objectChris Lu8-56/+56
2020-02-25move filer assign volume grpc errror to responseChris Lu1-0/+3
2020-02-25fix directory lookup nilChris Lu1-1/+4
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu2-8/+10
2020-01-29support env variables to overwrite toml fileChris Lu6-33/+34
2020-01-26use the same context object in order to retryChris Lu2-8/+8
2020-01-25grpc send error via response instead of grpc errorChris Lu1-1/+1
2019-11-18WIPChris Lu1-3/+3
2019-06-22refactoringChris Lu2-23/+7
2019-04-16replicate need to include new entry pathChris Lu6-7/+7
2019-04-05use cached grpc clientChris Lu1-8/+5
2019-03-15add context.ContextChris Lu8-59/+49
2019-02-18adding grpc mutual tlsChris Lu2-8/+13
2019-02-15add jwt for writesChris Lu1-2/+4
2018-12-11adjust proto APIChris Lu1-1/+0
2018-12-07optimization for reading whole chunk with gzip encodingChris Lu1-1/+1
2018-11-04working b2 sinkChris Lu3-3/+45
2018-11-01go fmtChris Lu1-1/+1
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu1-3/+3
2018-10-31filer ordered notificationsChris Lu1-1/+5
2018-10-31support AWS SQS as file change notification message queueChris Lu1-0/+4
2018-10-23go fmtChris Lu1-1/+1
2018-10-23adding BackBlaze, AzureChris Lu1-0/+128
2018-10-23use released version of azblobChris Lu1-3/+7
2018-10-11go fmtChris Lu5-24/+25
2018-10-09adding filer replication sink to AzureChris Lu1-0/+133
2018-10-09adjust error formatChris Lu1-1/+1
2018-10-06add filer replication to aws s3Chris Lu1-1/+1
2018-10-06add filer replication to google cloud storageChris Lu1-4/+1
2018-10-06reformatChris Lu2-2/+2
2018-10-04add google cloud storageChris Lu2-1/+134
2018-10-03add s3 replication sinkChris Lu4-19/+314
2018-09-25replication handle cases when entry already existsChris Lu2-10/+21
2018-09-23refactoringChris Lu3-10/+16