Making it more flexible

This commit is contained in:
2026-08-06 12:45:24 -04:00
parent dd5ec8a5be
commit 0f5730f242
2 changed files with 23 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
#[derive(Default)]
pub struct Config {
pub url: String,
pub bucket: String,
pub region: String,
pub access_key_id: String,
pub secret_key: String
}