mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-30 14:22:00 +02:00
fix: improved storage manager, prep for s3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use config::{Config, ConfigError, Environment, File};
|
||||
use serde::Deserialize;
|
||||
|
||||
#[derive(Clone, Deserialize, Debug)]
|
||||
#[derive(Clone, Deserialize, Debug, PartialEq)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum StorageKind {
|
||||
Local,
|
||||
|
||||
Reference in New Issue
Block a user