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