Skip to content

Commit

Permalink
Make sure it gets set for now
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Dec 23, 2024
1 parent 64d391e commit 80daeb5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ public <BuilderT extends AwsClientBuilder<BuilderT, ClientT>, ClientT> BuilderT
httpConfig.socketTimeout(), client::writeTimeout); // fallback for writeTimeout
setOptional(httpConfig.writeTimeout(), client::writeTimeout);
setOptional(httpConfig.maxConnections(), client::maxConcurrency);

// TODO - gate this behind a flag.
client.tlsKeyManagersProvider(NoneTlsKeyManagersProvider.getInstance());
}

// TODO - gate this behind a flag.
client.tlsKeyManagersProvider(NoneTlsKeyManagersProvider.getInstance());

// must use builder to make sure client is managed by the SDK
((SdkAsyncClientBuilder<?, ?>) builder).httpClientBuilder(client);
}
Expand Down

0 comments on commit 80daeb5

Please sign in to comment.