async fn download_from_cloudflare(name: &str, path: &Path) -> Result<()>
Expand description

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.