aws-s3-sdk 1.20.0 hangs before being able to create a session and connect #1110
Labels
bug
This issue is a bug.
response-requested
Waiting on additional info and feedback. Will move to 'closing-soon' in 7 days.
Describe the bug
We upgraded aws-s3-sdk from
1.15.0
to1.20.0
and discovered it silently hangs before even being able to try to connect to specified endpoint.NOTE: we are running against a self hosted minio S3 and thought this was an issue with our infrastructure setup, but tcpdump shows no connection attempts
Reverting to
1.15.0
solves the problem for us.Expected Behavior
The expected behaviour would be for the program to finish and to see an attempt to connect to
localhost:9000
with tcpdump.Since the endpoint is "fake", no real download operation is expected.
Current Behavior
The program hangs at
start download
(see Reproduction Steps) and an attempt to connect should be printed by tcpdump:Reproduction Steps
We managed to reproduce the issue by using this simple main.rs. Please note you don't need a running endpoint on
https://127.0.0.1:9000
to reproduce this.with this Cargo.toml
This code just hangs at "start download":
Possible Solution
No response
Additional Information/Context
No response
Version
Environment details (OS name and version, etc.)
Macos and Linux
Logs
No response
The text was updated successfully, but these errors were encountered: