Try it (#1)
labyrinth release Tagging / release (push) Successful in 31s
labyrinth release Tagging / release (pull_request) Successful in 1m47s

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-08-08 13:27:10 -04:00
parent a29a9fa9f7
commit a3901c7a8e
5 changed files with 93 additions and 6 deletions
+3
View File
@@ -1,5 +1,8 @@
#[derive(Debug, Default)]
pub struct Config {
pub url: String,
pub bucket: String,
pub region: String,
pub access_key_id: String,
pub secret_key: String,
}