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.
forgejo/.github
FuXiaoHei 61ad4c607b
fix minio storage iterator path (#24691)
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>
1 year ago
..
ISSUE_TEMPLATE update discord invite (#19907) 2 years ago
workflows fix minio storage iterator path (#24691) 1 year ago
FUNDING.yml Kd/add bountysource (#14323) 4 years ago
pull_request_template.md Improve pull_request_template.md (#22888) 1 year ago
stale.yml Improve stale message (#9920) 5 years ago