weixin_39919948 2020-11-30 12:56
浏览 0

Hyper client timeout for IAM.

Adds Hyper timeout for IAM credentials call.

Fixes #55.

该提问来源于开源项目:rusoto/rusoto

  • 写回答

6条回答 默认 最新

  • weixin_39919948 2020-11-30 12:56
    关注

    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.

    评论

报告相同问题?