gitea/modules/storage
zeripath 172e7ee87f
Fix Storage mapping (#13297)
This PR fixes several bugs in setting storage

* The default STORAGE_TYPE should be the provided type.
* The Storage config should be passed in to NewStorage as a pointer - otherwise the Mappable interface function MapTo will not be found
* There was a bug in the MapTo function.

Fix #13286

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-10-25 17:19:06 +00:00
..
helper.go Provide self-registering storage system (#12978) 2020-10-12 23:58:34 -04:00
local.go Prevent panics with missing storage (#13164) 2020-10-15 23:51:06 -04:00
minio.go When handling errors in storageHandler check underlying error (#13178) 2020-10-17 21:29:06 -04:00
storage.go Fix Storage mapping (#13297) 2020-10-25 17:19:06 +00:00