Replies: 1 comment 2 replies
-
There is currently no way to configure this via the SDK. Hyper does offer some configurations for the connection pool (ex: this), but seemingly not one for max connections. You would have to construct your own Hyper client and provide it to the SDK to use it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m using the aws-sdk-s3 crate and would like to configure the connection pool settings, specifically to set a maximum number of connections for the S3 client. However, I couldn’t find clear documentation on how to adjust this.
Any guidance or examples would be greatly appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions