Fixes: #11984
The tool should only work on the head objects, and these are not inside
any namespace.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit
8103908548bf7d6c9fa47fb181cd450670bae8d6)
list_op.params.delim = delim;
list_op.params.marker = rgw_obj_key(marker);
list_op.params.ns = ns;
- list_op.params.enforce_ns = false;
+ list_op.params.enforce_ns = true;
list_op.params.list_versions = true;
f->open_array_section("check_objects");