async fn fetch_params_cloudflare(name: &str, path: &Path) -> Result<()>
Downloads the parameter file from Cloudflare R2 to the given path. It wraps the download_from_cloudflare function with a retry and timeout mechanisms.
download_from_cloudflare