aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sink/gcssink
AgeCommit message (Collapse)AuthorFilesLines
2025-05-28Add context with request (#6824)Aleksey Kosov1-1/+1
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
for later locking on reading chunks
2022-08-19filer.backup: backup small files if the file is saved in filer ↵chrislu1-0/+4
(saveToFilerLimit > 0) fix https://github.com/seaweedfs/seaweedfs/issues/3468
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-7/+7
2021-05-26filer.backup: fix cloud sinks when updating entryChris Lu1-2/+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-16/+6
related to https://github.com/chrislusf/seaweedfs/issues/1512
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
use Attr.FileSize and TotalChunkSize to determine file size
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-2/+3
2020-02-25remove ctx if possibleChris Lu1-2/+1
2020-02-25avoid reusing context objectChris Lu1-6/+6
fix https://github.com/chrislusf/seaweedfs/issues/1182
2020-01-29support env variables to overwrite toml fileChris Lu1-4/+4
2019-04-16replicate need to include new entry pathChris Lu1-1/+1
2019-03-15add context.ContextChris Lu1-7/+5
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu1-3/+3
2018-10-11go fmtChris Lu1-3/+3
2018-10-09adjust error formatChris Lu1-1/+1
2018-10-06add filer replication to google cloud storageChris Lu1-4/+1
2018-10-06reformatChris Lu1-1/+1
2018-10-04add google cloud storageChris Lu1-0/+130