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.
Describe the bug
Running the LocalStack example using
cargo run --example localstack --features="localstack"leads to the following error:This is on a freshly cloned repository on the
mainbranch.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.