async fn update_file(
    file_config: &FileConfig,
    client: &Client,
    update_stmt: &Statement,
    reader: AsyncReader<Pin<Box<dyn AsyncRead + Send>>>
) -> Result<(), OpError>