sui_storage::object_store::util

Function write_snapshot_manifest

Source
pub async fn write_snapshot_manifest<S: ObjectStoreListExt + ObjectStorePutExt>(
    dir: &Path,
    store: &S,
    epoch_prefix: String,
) -> Result<()>