S3TransferManager dont have an option to override http configuration #3651
-
Hi @zoewangg , We are trying to use S3AsyncClient.crtBuilder but don't have an option to override Httpclient . Is it possible to have the override S3 Httpclient configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@karthiknaren I don't quite understand the question. Which HTTP client would you like to provide? You can use
You can find more examples in the Amazon S3 Transfer Manager Guide - |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@karthiknaren I don't quite understand the question. Which HTTP client would you like to provide?
You can use
S3AsyncClient.crtBuilder()
to configure a custom CRT-based client (which is an async HTTP client) and then provide this client to the S3TransferManager. Here's an example from the Developer Guide: