Skip to main content

open_store_configured

Function open_store_configured 

Source
pub fn open_store_configured(root: &Path) -> Result<ObjectStore, StoreError>
Expand description

Open the object store for a mutating command, honoring the repo’s configured durability schedule (durability.objects, see crate::config::Config::object_sync_policy). Falls back to the batched default when the config cannot be read — a broken config must not change write semantics silently, and Batch is the default contract.