From 6be90936a108d971e0cfa3ddaa9c2d54557e30f3 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 19 May 2022 14:33:49 +0200 Subject: Some refactoring --- src/config.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 47db90d..d756d6e 100644 --- a/src/config.rs +++ b/src/config.rs @@ -25,10 +25,13 @@ pub struct LoginStaticConfig { #[derive(Deserialize, Debug, Clone)] pub struct LoginStaticUser { pub password: String, + pub aws_access_key_id: String, pub aws_secret_access_key: String, pub bucket: Option, + pub master_key: Option, + pub secret_key: Option, } #[derive(Deserialize, Debug, Clone)] -- cgit v1.2.3