-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Running the LocalStack example using cargo run --example localstack --features="localstack" leads to the following error:
Error: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Io, source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", 127.0.0.1:37097, Os { code: 61, kind: ConnectionRefused, message: "Connection refused" })), connection: Unknown } })
This is on a freshly cloned repository on the main branch.
Anything I can do to mitigate the error? 😄
To Reproduce
Run cargo run --example localstack --features="localstack".
Expected behavior
The LocalStack container runs as expected and can be reached using an AWS S3 client.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working