Try it #1

Merged
phoenix merged 9 commits from try_it into main 2026-08-08 13:27:10 -04:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 944b6f9c75 - Show all commits
+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,
} }