I\'m trying to use Paperclip and SWS S3 on Heroku to let users upload images.
I do not have my credentials stored in a yml file. I\'ve followed the instructions on t
create_table "instructors" do |t| ... t.string "bucket" end
@instructor[:bucket] = ENV['S3_BUCKET_NAME']