aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/backend
AgeCommit message (Expand)AuthorFilesLines
2025-07-10[Enhancement] support fix for remote files with command fix (#6961)chalet1-0/+5
2025-06-26update s3 session cache key (#6923)chalet1-1/+2
2025-06-03change version directorychrislu1-4/+3
2025-01-22cloud tier: support for Alibaba Cloud OSS (#6466)ludwigxia2-5/+10
2024-11-21ReadAt may return io.EOF t end of filechrislu1-1/+6
2024-04-02fix: always close volume file (#4530) (#5459)Henco Appel1-4/+11
2024-03-19fix compilationchrislu1-1/+1
2024-03-18chore(deps): bump github.com/rclone/rclone from 1.65.2 to 1.66.0 (#5387)dependabot[bot]1-1/+1
2024-02-14Fix Broken Links (#5287)Justin Dhillon1-2/+2
2023-11-23reduce binary size by skipping rclonechrislu3-0/+7
2023-06-24Support templating name of files stored via Rclone backend (#4606)Damiano Albani1-3/+33
2023-06-02set df.File to nil after it is closedchrislu1-3/+19
2023-04-18Rclone storage backend (#4402)Damiano Albani2-0/+289
2022-10-13vacuum metrics and force sync dst files (#3832)Konstantin Lebedev1-0/+3
2022-10-12cloud tier: add retry when copying data filechrislu1-1/+5
2022-10-10revert disabling FSync for non Mac (#3814)Konstantin Lebedev1-2/+10
2022-09-16refactor(storage): readability improvements (#3703)Ryan Russell1-1/+1
2022-09-14go fmtchrislu1-20/+25
2022-09-04cloud tier: s3 consume all read response bodychrislu1-7/+8
2022-08-15Revert "Refactor for Sync method (#3426)"chrislu4-69/+7
2022-08-10Refactor for Sync method (#3426)Rain Li4-7/+69
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu9-17/+17
2022-06-30stuck with file.Sync()chrislu1-1/+2
2022-05-11fix atomic add int64chrislu1-1/+1
2022-05-02use storage_class for backend configurationchrislu1-1/+1
2022-04-30volume.tier.upload progress starts negative #2992chrislu1-13/+21
2022-04-30s3 backend support customizing storage classchrislu2-3/+9
2022-03-10checks disk file existKonstantin Lebedev1-1/+4
2021-11-02go fmtChris Lu1-4/+4
2021-10-29cloud tier: remove tagging since not all s3 vendors support thisChris Lu3-18/+4
2021-10-29s3 header add user agentChris Lu1-0/+5
2021-10-01add source name to error messageChris Lu1-1/+1
2021-09-01go fmtChris Lu6-3/+8
2021-08-25cloud drive: add support for WasabiChris Lu1-0/+1
2021-08-23cloud drive: s3 configurable force path styleChris Lu1-0/+1
2021-08-23do not force path style for better compatibilityChris Lu1-1/+0
2021-03-05volume server: support tcp direct put/get/deleteChris Lu1-1/+1
2021-03-01skip already loaded backendsChris Lu1-0/+6
2021-02-28cloud tier to non-AWS s3 gatewaysChris Lu1-2/+3
2021-02-20disk file avoid file.Stat()Chris Lu1-1/+10
2021-02-20Revert "Revert "avoid file.Stat()""Chris Lu1-7/+26
2021-02-20Revert "avoid file.Stat()"Chris Lu1-26/+7
2021-02-20avoid file.Stat()Chris Lu1-7/+26
2021-02-19Revert "volume: avoid file.stat(), file.seek() if possible during writes"Chris Lu1-21/+2
2021-02-18volume: avoid file.stat(), file.seek() if possible during writesChris Lu1-2/+21
2021-01-12avoid concurrent map updates to viperChris Lu1-2/+2
2020-10-04adjust log levelChris Lu1-1/+1
2020-08-16adjust logsChris Lu1-1/+1
2020-04-12refactoringChris Lu1-1/+1
2020-04-11refactoringChris Lu4-3/+75