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
+3 -3
View File
@@ -31,11 +31,11 @@ impl Labyrinth {
let credentials = Credentials::new(
self.config.access_key_id.clone(),
self.config.secret_key.clone(),
None, // session_token - None for long-term credentials
None, // expires_after - None for long-term credentials
None, // session_token - None for long-term credentials
None, // expires_after - None for long-term credentials
"maze", // provider_name - just a label
);
// 2. Create region
let region = Region::new(self.config.region.to_string());
let config = aws_config::from_env()