taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Faraday fails to connect when my ec2 instance is run under a role #53

Closed shinep closed 9 years ago

shinep commented 9 years ago

My ec2 instance is running with a federated role from IAM and I am trying to use faraday without providing any key/secret credentials. Its a bug in the reflection code and I have a tested one line fix for it.

The problem is in the latest beta release.

ptaoussanis commented 9 years ago

Hi Shine, would be happy to see a PR - thanks! :-)

shinep commented 9 years ago

PR done.

ptaoussanis commented 9 years ago

Closing since fix has already been merged (thanks again).