fredjean / middleman-s3_sync

The gem that tries really hard not to push files to S3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper IAM Roles usage

Fodoj opened this issue · comments

Currently it seems like IAM Roles are not supported, thought I might be wrong. I am already on EC2 instance, so I don't want to store my access keys on the instance and use IAM Roles and Policies instead. Am I right that at the moment this feature is not supported?

You are correct. It appears to be somewhat easy to add however based on Fog's documentation and provider code.

I will provide a PR then

See attached PR. I am closing this issue.