Skip to content

Commit

Permalink
[codeforamerica#18] Use https for article contributor images from S3
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Hale committed Sep 1, 2013
1 parent 80b126c commit f97db2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/article.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Article < ActiveRecord::Base
:access_key_id => ENV['S3_KEY'],
:secret_access_key => ENV['S3_SECRET']
},
:s3_protocol => :https,
:path => "/:style/:id/:filename",
:styles => { :thumb => "100x100" }

Expand Down

0 comments on commit f97db2c

Please sign in to comment.