nathancolgate / s3-swf-upload-plugin

A rails 3 gem which allow user upload files to S3 through an embedded flash directly. All UI has been moved out of flex and can be controlled by CSS and JavaScript callbacks.
http://www.nathancolgate.com
MIT License
317 stars 74 forks source link

Process amazon_s3.yml with ERB #35

Closed sapientpants closed 13 years ago

sapientpants commented 13 years ago

Hi Nathan,

We're using your fork in a Heroku deployment where we have the S3 credentials as environment variables. I've put in a change to process the amazon_s3.yml config with ERB so we can get those environment variables into the rest of the plugin.

Anyway, just wanted to offer it up as something you may find useful.

Thanks,

Marc

nathancolgate commented 13 years ago

Sorry for the delay on this. I finally got around to pulling in one of the requests for this. You should be good to go!