gitea/modules/storage
zeripath 25b7766673
When handling errors in storageHandler check underlying error ()
Unfortunately there was a mistake in  which fails to handle
os.PathError wrapping an os.ErrNotExist

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
helper.go
local.go Prevent panics with missing storage ()
minio.go When handling errors in storageHandler check underlying error ()
storage.go Prevent panics with missing storage ()