Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add path prefix to ObjectStorage.Iterator (#23332) | FuXiaoHei | 2023-03-13 | 1 | -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 Song | 2022-11-30 | 1 | -0/+50 |
If `Attachment` or `Packages` are disabled, we don't have to init the storages for them. |