alamb opened a new issue, #250: URL: https://github.com/apache/arrow-rs-object-store/issues/250
Originally from https://github.com/influxdata/object_store_rs/issues/31 by @timvw **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Users have an expectation that a correctly configured AWS credentials or profile file will cause systems to assume configured roles. Unfortunately Rusoto does not do this out of the box ([issue](https://github.com/rusoto/rusoto/issues/1758), [pr](https://github.com/rusoto/rusoto/pull/1842)). One possible way to mitigate this is by migrating to [aws-sdk-rust](https://github.com/awslabs/aws-sdk-rust), but does not seem compatible with https://github.com/influxdata/object_store_rs/issues/18 . **Describe the solution you'd like** Proposed solution is in https://github.com/influxdata/object_store_rs/pull/37 **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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]
