tustvold commented on PR #6161: URL: https://github.com/apache/arrow-datafusion/pull/6161#issuecomment-1529079971
> However, the CLI already includes both GCP and AWS features from object_store by default, Care has been taken upstream to ensure that the cloud provider features do not bring in any additional features beyond an HTTP client, see https://github.com/apache/arrow-rs/issues/2176. The aws_profile feature was added as an escape valve, but as [documented](https://docs.rs/object_store/latest/object_store/aws/struct.AmazonS3Builder.html#method.with_profile) it comes with some not insignificant drawbacks. Despite being the person to add this functionality to object_store, I would still encourage people to use a solution like [aws-vault](https://github.com/99designs/aws-vault), that doesn't store credentials in plain text on disk. > I will add supporting Docker build args and related installation docs That would be wonderful, although I am curious how profiles work with docker given they rely on a home directory -- 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]
