aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/backend/backend.go
AgeCommit message (Expand)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2021-10-29cloud tier: remove tagging since not all s3 vendors support thisChris Lu1-1/+1
2021-03-01skip already loaded backendsChris Lu1-0/+6
2021-01-12avoid concurrent map updates to viperChris Lu1-2/+2
2020-03-19volume: sync volume file right before compactionChris Lu1-0/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-8/+6
2019-12-28rename volume tier info to volume infoChris Lu1-1/+1
2019-12-25tier: support remote file attributes and remember the file extensionChris Lu1-1/+1
2019-12-25tier storage: support downloading the remote dat filesChris Lu1-0/+4
2019-12-08refactoringChris Lu1-1/+1
2019-12-08remove unused functionsChris Lu1-1/+0
2019-12-02tiered storage: can copy to s3, read from s3Chris Lu1-7/+20
2019-11-29pass backend config from master to volume serversChris Lu1-3/+61
2019-11-28tweakingChris Lu1-0/+3
2019-11-28master load backend storage config from master.tomlChris Lu1-2/+41
2019-11-27s3Chris Lu1-0/+2
2019-11-18WIPChris Lu1-0/+4
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu1-0/+15