Adds Hyper timeout for IAM credentials call.
Fixes #55.
该提问来源于开源项目:rusoto/rusoto
Adds Hyper timeout for IAM credentials call.
Fixes #55.
该提问来源于开源项目:rusoto/rusoto
I moved my ~/.aws/credentials file to a different spot to force Rusoto to attempt a call to IAM, then ran:
$ cargo test --features sqs
Got:
...
Running target/debug/sqs-6f2248121d52c6ae
running 1 test
thread 'main' has overflowed its stackProcess didn't exit successfully: `/Users/matthew/Documents/rusoto/target/debug/sqs-6f2248121d52c6ae` (signal: 10)
To learn more, run the command again with --verbose.
Not sure if that's new behavior or not, need to test on master. Was also hard to see if the timeout was in fact working.
Also needs the README update to show our need for a newer version of Rust for this timeout capacity.