I'm managing some images in my app using Carrierwave and I want the files uploaded to S3 to use Reduced Redundancy Storage instead of Standard. Carrierwave uses fog to talk to S3, so how can I achieve this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
After digging around for a while I ended up setting the following line in
What took me longest was finding the right attribute name and what value to send. This was a good resource: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html |
|||
|
|