amoeba commented on issue #35575: URL: https://github.com/apache/arrow/issues/35575#issuecomment-1586274440
Tangential to improving the docs, we're having a discussion over in #35398 about how customizing S3 initialization should work in R. I initially tried to make R's similar to Python but one idea I had was to just add another `ARROW_` env var, like `ARROW_S3_LOG_LEVEL` and have the C++, Python, and R implementations respect it when the initialize S3. With a helper like `initialize_s3`/`s3_init`, you have to restart the process to affect a change so making it an environment variable may be less confusing. -- 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]
