aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/backend/s3_backend/s3_backend.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-10[Enhancement] support fix for remote files with command fix (#6961)chalet1-0/+5
2025-01-22cloud tier: support for Alibaba Cloud OSS (#6466)ludwigxia1-2/+6
2022-10-12cloud tier: add retry when copying data filechrislu1-1/+5
2022-09-04cloud tier: s3 consume all read response bodychrislu1-7/+8
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-05-02use storage_class for backend configurationchrislu1-1/+1
2022-04-30s3 backend support customizing storage classchrislu1-1/+7
2021-10-29cloud tier: remove tagging since not all s3 vendors support thisChris Lu1-2/+2
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