summaryrefslogtreecommitdiffstats
path: root/modules/storage/helper_test.go
Commit message (Collapse)AuthorAgeFilesLines
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-131-1/+1
| | | | | | | | | | | | Support to iterator subdirectory in ObjectStorage for ObjectStorage.Iterator method. It's required for https://github.com/go-gitea/gitea/pull/22738 to make artifact files cleanable. --------- Co-authored-by: Jason Song <i@wolfogre.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Skip initing disabled storages (#21985)Jason Song2022-11-301-0/+50
If `Attachment` or `Packages` are disabled, we don't have to init the storages for them.