[ 
https://issues.apache.org/jira/browse/ARROW-8900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315410#comment-17315410
 ] 

Antoine Pitrou commented on ARROW-8900:
---------------------------------------

Yes, those settings can be added as new fields in S3Options. Given that the AWS 
SDK has lots of proxy options, perhaps it would be nice to put them in a nested 
struct, e.g.:
{code:c++}
struct {
  std::string scheme;
  std::string host;
  int port;
  std::string username;
  std::string password;
} proxy_options;
{code}


> [C++] Respect HTTP(S)_PROXY for S3 Filesystems and/or expose proxy options as 
> parameters
> ----------------------------------------------------------------------------------------
>
>                 Key: ARROW-8900
>                 URL: https://issues.apache.org/jira/browse/ARROW-8900
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.17.0
>            Reporter: Daniel Nugent
>            Priority: Minor
>
> HTTP_PROXY and HTTPS_PROXY are not automatically respected by the 
> Aws::Client::ClientConfiguration (see: 
> https://github.com/aws/aws-sdk-cpp/issues/1049)
> Either Arrow should respect them or make them available as parameters when 
> connecting to S3



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to