[ https://issues.apache.org/jira/browse/HADOOP-11171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14200410#comment-14200410 ]
Thomas Demoor commented on HADOOP-11171: ---------------------------------------- The underlying aws lib does the following (HttpClientFactory.java): {code} if (proxyHost != null && proxyPort > 0) { // proxy code goes here } {code} When "half-configured" aws thus tries to connect directly, bypassing the proxy. Would you prefer raising an explicit error? Looking at that code reminded me to add the login credentials. So yet another patch on the way. I'll await your feedback before resubmitting. > Enable using a proxy server to connect to S3a. > ---------------------------------------------- > > Key: HADOOP-11171 > URL: https://issues.apache.org/jira/browse/HADOOP-11171 > Project: Hadoop Common > Issue Type: Improvement > Components: fs/s3 > Affects Versions: 2.4.0 > Reporter: Thomas Demoor > Assignee: Thomas Demoor > Labels: amazon, s3 > Attachments: HADOOP-11171-2.patch, HADOOP-11171-3.patch, > HADOOP-11171-4.patch, HADOOP-11171.patch > > > This exposes the AWS SDK config for a proxy (host and port) to s3a through > config settings. -- This message was sent by Atlassian JIRA (v6.3.4#6332)