summaryrefslogtreecommitdiffstats
path: root/modules/storage/minio.go
Commit message (Expand)AuthorAgeFilesLines
* Fix object storage path handling (#27024)wxiaoguang2023-09-131-14/+14
* S3: log human readable error on connection failure (#26856)Earl Warren2023-09-121-0/+22
* Use correct minio error (#26634)delvh2023-08-211-2/+2
* Adjust minio new sequence, now it will check whether bucket exist first and t...Lunny Xiao2023-08-121-6/+10
* minio: add missing region on client initialization (#26412)nekrondev2023-08-101-0/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-25/+5
* 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