Add proxy config option to TransferManager #3262
Labels
dependencies
This issue is a problem in a dependency.
feature-request
A feature should be added or improved.
p3
This is a minor priority issue
transfer-manager
Describe the feature
Add a proxy configuration option to the TransferManager S3ClientConfiguration as it is available in all other clients.
Use Case
Our service deployment need a programmatic and dynamic way of setting the proxy host as we are behind a firewall.
Current workaround is to set the HTTPS_PROXY env variable (FYI: this not documented aware or at least I didn't find any reference) but it's not ideal as it cannot be changed dynamically in a easy way.
Proposed Solution
I've opened a FR for the CRT client awslabs/aws-crt-java#502
Other Information
No response
Acknowledgements
AWS Java SDK version used
s3-transfer-manager:2.17.176-PREVIEW
JDK version used
JDK 11
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: