Function read_manifest

Source
pub async fn read_manifest(
    object_store: &ObjectStore,
    path: &Path,
    known_size: Option<u64>,
) -> Result<Manifest>
Expand description

Read Manifest on URI.

This only reads manifest files. It does not read data files.