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