* When a client requests DeleteObject, delete service may send PutSingle
with tombstone object type to several nodes. If APE allows deletes,
but denies puts, then PutSingle cannot be performed although it is
being performed in the delete context. So, check for putting tombstone
is ignored.
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>