pub async fn read_manifest( object_store: &ObjectStore, path: &Path, known_size: Option<u64>, ) -> Result<Manifest>
Read Manifest on URI.
This only reads manifest files. It does not read data files.