Try it #1

Merged
phoenix merged 9 commits from try_it into main 2026-08-08 13:27:10 -04:00
Showing only changes of commit 37d08d54fa - Show all commits
+1
View File
@@ -42,6 +42,7 @@ impl Labyrinth {
let config = aws_config::from_env() let config = aws_config::from_env()
.region(region) .region(region)
.credentials_provider(credentials) .credentials_provider(credentials)
.endpoint_url(self.config.url.clone())
.load() .load()
.await; .await;