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