pub async fn write_manifest<S: ObjectStorePutExt>(
manifest: Manifest,
remote_store: S,
) -> IngestionResult<()>
Expand description
Writes the Manifest to the remote store.
pub async fn write_manifest<S: ObjectStorePutExt>(
manifest: Manifest,
remote_store: S,
) -> IngestionResult<()>
Writes the Manifest to the remote store.