mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
61ad4c607b
minio storage iterator shows different behavior with local fs iterator. in local fs storage: ``` go s.IterateObjects("prefix", func(path,obj) println(path) // show "prefix/xxx.file" }) ``` in minio storage: ```go s.IterateObjects("prefix", func(path,obj) println(path) // show "xxx.file" }) ``` I think local fs is correct, minio use wrong `basePath` to trim storage path prefix. --------- Co-authored-by: Giteabot <teabot@gitea.io> |
||
---|---|---|
.. | ||
cron-licenses.yml | ||
cron-lock.yml | ||
cron-translations.yml | ||
publish-docs.yml | ||
pull-compliance-docs.yml | ||
pull-compliance.yml | ||
pull-db-tests.yml | ||
pull-docker-dryrun.yml | ||
pull-e2e-tests.yml |