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

Downloads the parameter file from Cloudflare R2 to the given path. It wraps the download_from_cloudflare function with a retry and timeout mechanisms.