aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sink/b2sink
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Add context with request (#6824)Aleksey Kosov1-1/+1
2025-01-28fix from ensure() before actual deletion, within the b2 client librarychrislu1-1/+8
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-08-19filer.backup: backup small files if the file is saved in filer (saveToFilerLi...chrislu1-1/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2021-05-26filer.backup: fix cloud sinks when updating entryChris Lu1-4/+1
2021-02-28go fmtChris Lu1-5/+5
2021-02-28data sink: add incremental modeChris Lu1-0/+6
2020-10-07read from alternative replicaChris Lu1-21/+9
2020-09-09filer: cross cluster synchronizationChris Lu1-3/+3
2020-09-01rename filer2 to filerChris Lu1-3/+3
2020-08-19read possible old deleted chunksChris Lu1-1/+1
2020-08-15file size support set file lengthChris Lu1-1/+1
2020-07-19go code can read and write chunk manifestChris Lu1-1/+1
2020-04-13refactoringChris Lu1-1/+1
2020-03-22consistent 64bit sizeChris Lu1-1/+1
2020-03-08filer: remember content is gzipped or notChris Lu1-1/+1
2020-03-06filer: option to encrypt data on volume serverChris Lu1-1/+1
2020-02-25remove ctx if possibleChris Lu1-2/+1
2020-02-25avoid reusing context objectChris Lu1-8/+8
2020-01-29support env variables to overwrite toml fileChris Lu1-5/+5
2019-04-16replicate need to include new entry pathChris Lu1-1/+1
2019-03-15add context.ContextChris Lu1-8/+4
2018-11-04working b2 sinkChris Lu1-3/+19
2018-10-23adding BackBlaze, AzureChris Lu1-0/+128