pub async fn spawn_delete_objects(
    s3_manager: Manager,
    s3_bucket: &str,
    prefix: Option<String>
) -> Result<()>