paleolimbot opened a new pull request #11691:
URL: https://github.com/apache/arrow/pull/11691


   This PR adds the ability for `proxy_options` to be passed from R 
(`S3FileSystem$create()`) to C++ (`fs::S3Options.proxy_options`). This 
functionality is [available in 
Python](https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html#pyarrow.fs.S3FileSystem)
 but not in R.
   
   Some issues I'm not sure about:
   
   - I can test the failing case where there's an invalid URI passed but I'm 
not sure how to test the passing case (valid proxy URI specified).
   - Should the `HTTP_PROXY` and/or the `HTTPS_PROXY` environment variables be 
read to set the default value (as suggested by the issue opener)? I can see how 
this would be useful but I'm too new to this to have an opinion about whether 
we should or shouldn't implement it at the R level.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to