forgejo/modules/storage
wxiaoguang 8ecdc93f8b
Fix object storage path handling (#27024)
Object storage path rules:

* No single `/` or `.`, use empty string for root path
* Need to use trailing `/` for a list prefix to distinguish a "dir/"
2023-09-13 01:18:52 +00:00
..
helper.go
helper_test.go
local.go
local_test.go
minio.go Fix object storage path handling (#27024) 2023-09-13 01:18:52 +00:00
minio_test.go Fix object storage path handling (#27024) 2023-09-13 01:18:52 +00:00
storage.go
storage_test.go