pub async fn download_file_presigned(
    client: &Client,
    presigned_url: &str,
    filepath: &Path,
    opts: &EsthriGetOptParams
) -> Result<()>
Expand description

Helper to download a file using a presigned URL, taking care of transparent compression.