Description of problem: The RGW container crashes when the following conditions are met: 1- Uploading of an object containing multiparts is interrupted from the client side. 2- The cluster administrator performs the removal of the objects in the buckets, where the incomplete object resides, bypassing the GC Version-Release number of selected component (if applicable): RHCS4.2 Container image: rhceph/rhceph-4-rhel8:4-57 How reproducible: This can be reproduced as follows Steps to Reproduce: 1. Uploading a file bigger than 15MB using s3cmd. 2. Interrupt the uploading process before it ends. 3. Try to remove the bucket where the file was uploading: `podman exec <RGW_container_name> radosgw-admin bucket rm --purge-objects --bypass-gc --bucket=tests-removing-objects --debug_ms=1 --debug_rgw=20` Actual results: The container crashes and the incomplete object cannot be deleted bypassing the GC. Expected results: The expected behavior is to be able to successfully remove the object bypassing the GC and this operation must not crash the container. Additional info: