fix: in memory object store handler for testing

This commit is contained in:
Per Stark
2025-10-27 17:03:03 +01:00
parent 241ad9a089
commit 1b7c24747a
2 changed files with 192 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ use serde::Deserialize;
#[serde(rename_all = "lowercase")]
pub enum StorageKind {
Local,
Memory,
}
fn default_storage_kind() -> StorageKind {