mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 12:41:10 +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