aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/backend/s3_backend/s3_backend.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-16switch to logrusorigin/logrusChris Lu1-8/+8
2020-03-19volume: sync volume file right before compactionChris Lu1-0/+4
2020-03-19tiered storage: add s3 endpoint for private s3 implementationChris Lu1-1/+5
2020-01-29support env variables to overwrite toml fileChris Lu1-7/+7
2019-12-28rename volume tier info to volume infoChris Lu1-2/+2
2019-12-25tier: support remote file attributes and remember the file extensionChris Lu1-2/+2
2019-12-25tier storage: support downloading the remote dat filesChris Lu1-1/+20
2019-12-10adjust textChris Lu1-2/+2
2019-12-08refactoringChris Lu1-2/+1
2019-12-08remove unused functionsChris Lu1-7/+0
2019-12-02go fmtChris Lu1-2/+2
2019-12-02fix testChris Lu1-1/+1
2019-12-02tiered storage: can copy to s3, read from s3Chris Lu1-13/+43
2019-11-29pass backend config from master to volume serversChris Lu1-14/+19
2019-11-28master load backend storage config from master.tomlChris Lu1-56/+68
2019-11-27s3Chris Lu1-9/+8
2019-11-18WIPChris Lu1-0/+120