summaryrefslogtreecommitdiffstats
path: root/modules/storage/local_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Clean paths when looking in Storage (#19124)zeripath2022-03-221-13/+21
| | | | | | | | | | | | | * Clean paths when looking in Storage Ensure paths are clean for minio aswell as local storage. Use url.Path not RequestURI/EscapedPath in storageHandler. Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review Co-authored-by: Lauris BH <lauris@nix.lv>
* Fix lfs bug (#19072)Lunny Xiao2022-03-141-0/+45
* Fix lfs bug