This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user