1

We're using MiniMagick to upload images to S3 on our site. Not often, but sometimes if the image is very large, I get a timeout error. I looked into alternatives for uploading, like carrierwave direct, but we've decided not to use it yet.

How would I increase the default timeout for uploading with MiniMagick?

Dol
  • 944
  • 3
  • 10
  • 25
  • 1
    You're currently using carrierwave, right? – Jesse Wolgamott Jul 11 '13 at 16:21
  • 1
    I think the problem is not from MiniMagick. You should change your timeout config in your app server or s3 itself – Alter Lagos Jul 11 '13 at 19:29
  • @jesse, yes we're using carrierwave, thanks – Dol Jul 12 '13 at 09:16
  • @Alter, I'm figuring out how to change the settings now.. Thanks – Dol Jul 12 '13 at 09:48
  • I've added this solution from here http://stackoverflow.com/questions/13757671/carrierwave-fog-amazon-s3-images-not-displaying. So Alter, you were right, it wasn't MiniMagick, Jesse thanks for pointing me to Carrierwave. All is working so far, lets hope it doesnt come up again... – Dol Jul 12 '13 at 10:03

0 Answers0