tustvold commented on issue #4301: URL: https://github.com/apache/arrow-rs/issues/4301#issuecomment-1566264595
There is more historical context on https://github.com/apache/arrow-rs/issues/2176 but the high level reason is because using the cloud provider SDKs resulted in significant dependency bloat, inconsistent behaviour w.r.t errors, retries, etc... and missing features. Its also worth noting the AWS SDK you reference didn't exist when this crate was originally written, we used rusoto instead, and is still marked not suitable for production use. I was under the impression the ECS credentials were now fixed, albeit not released, but a dependency patch should allow using the fixed version based on git sha? Is there something still not working correctly? There is also the escape valve of https://docs.rs/object_store/latest/object_store/aws/struct.AmazonS3Builder.html#method.with_credentials if you wish to source credentials through some other mechanism -- 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]
