pub async fn spawn_get_object<S>( s3_manager: Manager, s3_bucket: S, s3_key: S, file_path: S, ) -> Result<()>where S: AsRef<str>,