Function download_from_s3

Source
pub async fn download_from_s3(
    s3_client: &Client,
    s3_url: &str,
    output_dir: &str,
    _query_id: &str,
) -> Result<PathBuf>
Expand description

Downloads a query result file from S3 to the specified output directory