Closed johnrees closed 13 years ago
Exact same issue - open source projects - so don't want the keys in a file on github - but the only way to populate heroku is via a commit or the environment. This would solve the issue and make this plugin usable for me ;)
Sorry for the delay on this. I finally got around to pulling a request for this parsing. You should all be good to go!
Hey Nathan,
This is my first ever fork so sorry if I've done something wrong!
I use heroku and want to make my apps open source so instead of storing the sensitive s3 data in the amazon_s3.yml file I prefer to do this -
This way I can keep my credentials safe using Heroku's config vars as described on this page http://docs.heroku.com/config-vars
The change I have made doesn't affect the current functionality at all, it just adds this functionality
Thanks,
John