mirror of
https://github.com/versity/versitygw.git
synced 2026-07-22 16:03:22 +00:00
db305142f1
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