async fn download_from_cloudflare(name: &str, path: &Path) -> Result<()>
Downloads the parameter file from Cloudflare R2 to the given path. In case of an error, the file is not written to the final path to avoid corrupted files.