Compare commits

...
Author SHA1 Message Date
phoenix 37d08d54fa Adding endpoint url
labyrinth release Tagging / release (pull_request) Successful in 46s
2026-08-06 13:04:20 -04:00
+1
View File
@@ -42,6 +42,7 @@ impl Labyrinth {
let config = aws_config::from_env()
.region(region)
.credentials_provider(credentials)
.endpoint_url(self.config.url.clone())
.load()
.await;