In the AWS Java SDKv2, the ApacheHttpClient and UrlConnectionHttpClient both have a socketTimeout
configuration option:
socketTimeout(Duration socketTimeout)
The amount of time to wait for data to be transferred over an established, open connection before the connection is timed out.
But I don’t see this option on the AwsCrtHttpClient… is there an equivalent setting for the AwsCrtHttpClient?