You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 12:53:53 UTC

[GitHub] [beam] damccorm opened a new issue, #19718: Allow to parametrize the ClientConfiguration and ApacheHttpClient for AWSv2 operations

damccorm opened a new issue, #19718:
URL: https://github.com/apache/beam/issues/19718

   Hand tuning of Http connections and Client Configuration has been divided in two different objects for AWS SDK for Java 2. We need to expose this as part of AWSOptions so users that require to refine connections or other client details may use them.
   
   Imported from Jira [BEAM-7652](https://issues.apache.org/jira/browse/BEAM-7652). Original Jira may contain additional context.
   Reported by: iemejia.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mosche closed issue #19718: Allow to parametrize the ClientConfiguration and ApacheHttpClient for AWSv2 operations

Posted by GitBox <gi...@apache.org>.
mosche closed issue #19718: Allow to parametrize the ClientConfiguration and ApacheHttpClient for AWSv2 operations
URL: https://github.com/apache/beam/issues/19718


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mosche commented on issue #19718: Allow to parametrize the ClientConfiguration and ApacheHttpClient for AWSv2 operations

Posted by GitBox <gi...@apache.org>.
mosche commented on issue #19718:
URL: https://github.com/apache/beam/issues/19718#issuecomment-1250674390

   Support to configure `ProxyConfiguration` and `HttpClientConfiguration` via `AwsOptions` has been added some while back
   
   [https://github.com/apache/beam/blob/5520fe064fc3b7196998d4597746119691eb6681/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsOptions.java#L139-L156](https://github.com/apache/beam/blob/5520fe064fc3b7196998d4597746119691eb6681/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsOptions.java#L139-L156)
   
   [https://github.com/apache/beam/blob/5520fe064fc3b7196998d4597746119691eb6681/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsOptions.java#L160-L170](https://github.com/apache/beam/blob/5520fe064fc3b7196998d4597746119691eb6681/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsOptions.java#L160-L170)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org