Elastic Beanstalk timeout when uploading a large image to s3

I have a problem loading large images on amazon s3. I am using Rails 4 with a carrier wave stone. I see a lot of similar messages here in stackoverflow that people answered to use carrierwave_direct. My problem is that I cannot put one form on another, and I need to send all the data together, including uploading the image. The only option I see is to limit the file size, but I avoid it. Is there a way to increase this timeout on the server or any configuration file inside the rails project?

+4
source share
1 answer

My timeout was in Javascript, there was a request timeout.

0
source

Source: https://habr.com/ru/post/1526614/


All Articles