mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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> |
2 years ago | |
---|---|---|
.. | ||
cron-licenses.yml | 2 years ago | |
cron-lock.yml | 2 years ago | |
cron-translations.yml | 2 years ago | |
publish-docs.yml | 2 years ago | |
pull-compliance-docs.yml | 2 years ago | |
pull-compliance.yml | 2 years ago | |
pull-db-tests.yml | 2 years ago | |
pull-docker-dryrun.yml | 2 years ago | |
pull-e2e-tests.yml | 2 years ago |