[ 
https://issues.apache.org/jira/browse/BEAM-4814?focusedWorklogId=124923&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-124923
 ]

ASF GitHub Bot logged work on BEAM-4814:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Jul/18 12:16
            Start Date: 19/Jul/18 12:16
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on a change in pull request #5983: 
[BEAM-4814] Add client configuration to aws options
URL: https://github.com/apache/beam/pull/5983#discussion_r203664058
 
 

 ##########
 File path: 
sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/options/AwsOptions.java
 ##########
 @@ -75,4 +76,40 @@ public AWSCredentialsProvider create(PipelineOptions 
options) {
       return DefaultAWSCredentialsProviderChain.getInstance();
     }
   }
+
+  /**
+   * The client configuration instance that should be used to configure AWS 
service clients. Please
+   * note that the configuration deserialization only allows one to specify 
proxy settings.
+   *
+   * <p>For example, to specify the proxy host, port, username and password, 
specify the following:
+   * <code>
+   * {
 
 Review comment:
   Minor nitpick could you provide the exact CLI options to config this, e.g. 
`--ClientConfiguration={...}` just for consistency with the other docs/

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 124923)
    Time Spent: 1h  (was: 50m)

> Support for S3FileSystem to work behind a proxy server
> ------------------------------------------------------
>
>                 Key: BEAM-4814
>                 URL: https://issues.apache.org/jira/browse/BEAM-4814
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-aws
>            Reporter: John Rudolf Lewis
>            Assignee: John Rudolf Lewis
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> I want to run a Beam job in my Spark cluster that uses the S3FileSystem. My 
> Spark cluster is configured to require a proxy server with authentication in 
> order to make outbound connections. A small change is required to enable 
> ClientConfiguration to be added to the configuration to enable this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to