mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 12:41:10 +00:00
We need to treat a prefix that has a parent component as a file instead of a directory in the filesystem as a non existing prefix instead of an internal server error. This error was caused because we were not handling ENOTDIR within the fs walk. Fixes #949