mirror of
https://github.com/versity/versitygw.git
synced 2026-02-06 02:10:43 +00:00
The posix backend will return ENOTEMPTY when trying to delete a directory that is not empty. This normally would run successfully on object systems. So we need to create another non-standard error for this case. We mainly just don't want to return InternalError for this case. Fixes #946