refile / refile-s3

Amazon S3 Backend for Refile
MIT License
36 stars 88 forks source link

add the possibility to use iam role instead of explicit using aws access keys #1

Closed mokevnin closed 9 years ago

artempartos commented 9 years ago

:+1: need this feature too

jnicklas commented 9 years ago

I don't know what is missing to make this work. Please expand upon this issue, or ideally send a PR.

mokevnin commented 9 years ago

Explanation http://docs.amazonaws.cn/en_us/AWSSdkDocsRuby/latest/DeveloperGuide/ruby-dg-roles.html.

jnicklas commented 9 years ago

@mokevnin so what exactly is missing to support this?

mokevnin commented 9 years ago

AWS access keys should be optional. aws-ruby-sdk try to use iam role by default.

artempartos commented 9 years ago

Update PR