Cleanup
labyrinth release Tagging / release (pull_request) Successful in 2m6s

This commit is contained in:
2026-08-06 12:45:32 -04:00
parent 0f5730f242
commit 944b6f9c75
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ pub struct Config {
pub bucket: String, pub bucket: String,
pub region: String, pub region: String,
pub access_key_id: String, pub access_key_id: String,
pub secret_key: String pub secret_key: String,
} }