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
318 stars 74 forks source link

added option to configure aws key and secret via ENV #62

Closed Hampei closed 12 years ago

Hampei commented 12 years ago

Especially for deployment on heroku this is a nice way of not having your key and secret in the repository.

Hampei commented 12 years ago

The names for the settings are the same as asset_sync gem.