gitea/modules/storage
FuXiaoHei cdc9e91750
add path prefix to ObjectStorage.Iterator ()
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>
..
helper.go add path prefix to ObjectStorage.Iterator ()
helper_test.go add path prefix to ObjectStorage.Iterator ()
local.go add path prefix to ObjectStorage.Iterator ()
local_test.go add path prefix to ObjectStorage.Iterator ()
minio.go add path prefix to ObjectStorage.Iterator ()
storage.go add path prefix to ObjectStorage.Iterator ()