aboutsummaryrefslogtreecommitdiffstats
path: root/modules/storage/minio.go
Commit message (Expand)AuthorAgeFilesLines
* fix minio storage iterator path (#24691)FuXiaoHei2023-05-131-5/+10
* Make minio package support legacy MD5 checksum (#23768)wxiaoguang2023-03-281-3/+18
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-1/+1
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-131-3/+9
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-1/+2
* Add InsecureSkipVerify to Minio Client for Storage (#23166)Yarden Shoham2023-02-271-9/+13
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Clean paths when looking in Storage (#19124)zeripath2022-03-221-1/+1
* format with gofumpt (#18184)65432022-01-201-2/+2
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-061-2/+2
* Add size to Save function (#15264)zeripath2021-04-031-2/+2
* When handling errors in storageHandler check underlying error (#13178)zeripath2020-10-171-1/+1
* Prevent panics with missing storage (#13164)zeripath2020-10-151-15/+37
* Provide self-registering storage system (#12978)zeripath2020-10-121-11/+36
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-2/+50
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-1/+37
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+101