Displaying 3 results from an estimated 3 matches for "s3_headers".
Did you mean:
  _headers
  
2012 Sep 04
0
Add expire header for images stored in amazon s3
Hello everyone Good Morning,
  I done adding expire header by put the following code into my product 
model.
    :s3_headers => { ''Cache-Control'' => ''max-age=315576000'', ''Expires'' => 
10.years.from_now.httpdate },
  But its work only while i add new product and image.
  Already i have 100 of products and images. How can i add expire header 
for those which a...
2012 Sep 13
10
access key error
I am getting following error while run my rails app in my server
ActionView::Template::Error (You did not provide both required access keys. 
Please provide the access_key_id and the secret_access_key.):
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2010 Aug 09
5
Paperclip - Amazon S3 - https
I am able to use Paperclip to save files to Amazon''s S3 storage.  Once
saved, the files are available using a URL associated with the bucket
and filename.
I have not been able to find a good tutorial which clearly explains
how to save a file to S3 (using Paperclip) whereby it can only be
retrieved using https, and only for a limited time period (which I
understand is a function of S3).