mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 20:43:07 +00:00
The fileystem will return ENOTDIR if we try to access a file path where a parent directory within the path already exists as a file. In this case we need to return a standard 404 no such key since the request object does not exist within the filesytem. Fixes #942