mr-brobot commented on PR #6161: URL: https://github.com/apache/arrow-datafusion/pull/6161#issuecomment-1529174266
@tustvold Thank you for that explanation! `aws-vault` seems like the more secure approach, and I'll probably start using that personally. However, as you probably already know, as long as AWS docs/tools direct users to configure named profiles, AWS users (e.g., me) will bring their silly profile configs to the DataFusion CLI. 😓 > That would be wonderful, although I am curious how profiles work with docker given they rely on a home directory We'll need to mount the host `.aws` directory and set the `AWS_PROFILE` env var in the `docker run` command. I'll implement the optional feature + Docker support later tonight/tomorrow. 😄 -- 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]
