wjones127 opened a new issue, #222: URL: https://github.com/apache/arrow-rs-object-store/issues/222
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** For EC2, we look at a certain hardcoded IP address to get credentials: https://github.com/apache/arrow-rs/blob/178319b9f0978fa9be538661981fbfc5925dc17c/object_store/src/aws/credential.rs#L295 For ECS / Fargate, this address needs to be appended with a particular endpoint: ``` 169.254.170.2$AWS_CONTAINER_CREDENTIALS_RELATIVE_URI ``` See: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** This was reported downstream at https://github.com/delta-io/delta-rs/issues/854 -- 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]
