John DiSanti
John DiSanti
Thanks for filing this! I did a little more digging, and it looks like this requires the AWS CRT in the other SDKs since it requires a SigV4a implementation, which...
From discussion with @rcoh: - We should probably remove the Rust `Default` from `RetryConfig` - Write some integration tests from a customers perspective to exercise this error condition for timeouts...
This was fixed in [`release-2022-09-21`](https://github.com/awslabs/aws-sdk-rust/releases/tag/release-2022-09-21).
Bad bot.
That the SDK doesn't do DNS lookup on retry is actually a bug, so I'm correcting the label on this.
Issue in hyper that tracks making this possible: https://github.com/hyperium/hyper/issues/2605
> We can probably close this issue then? Keeping this open because it seems like there should be an easier way to do this.
Thanks for filing! This is definitely something we want to improve, and we're hoping to make many of these optional fields required prior to GA. See also the discussion in...
[Smithy IDL 2.0](https://aws.amazon.com/blogs/developer/introducing-smithy-idl-2-0/) now makes it possible to reduce the number of optional types, and our code generator has been updated to support it. I think we just need to...
@mattklein123 - Thank you for the code snippet. That's very informative for what we should be re-exporting. Tracking implementation of this in [smithy-rs#1759](https://github.com/awslabs/smithy-rs/issues/1759).