Skip to content

Commit

Permalink
Uncomments the STS token option
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 26, 2012
1 parent cfdc916 commit e354f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/attachment.rb
Expand Up @@ -8,8 +8,8 @@ class Attachment < ActiveRecord::Base
:storage => :s3,
:s3_credentials => {
:access_key_id => ENV['S3_ACCESS_KEY_ID'],
:secret_access_key => ENV['S3_SECRET_ACCESS_KEY']#,
#:session_token => ENV['STS_SESSION_TOKEN']
:secret_access_key => ENV['S3_SECRET_ACCESS_KEY'],
:session_token => ENV['STS_SESSION_TOKEN']
},
:bucket => ENV['S3_BUCKET'],
:url => "/:attachment/:id/:style/:basename.:extension",
Expand Down

0 comments on commit e354f7e

Please sign in to comment.