从Heroku上托管的DjangoApp将文件上传到S3的正确方法是什么?
视频上传大约需要10秒钟,然后出现错误消息。
有人知道类似这样的内容,但在gunicorn
中:
https://vsoch.github.io/2018/django-nginx-upload/
应用程序:
https://el-comercio-editoriales.herokuapp.com/predicas
Heroku告诉我这件事:
2019-07-23T02:53:52.878879+00:00 heroku[router]: at=error code=H13 desc="Connection closed without response" method=POST path="/predicas" host=el-comercio-editoriales.herokuapp.com request_id=22b60bf7-949b-4f47-bfad-dabc33df9192 fwd="47.156.66.69" dyno=web.1 connect=1ms service=30541ms status=503 bytes=0 protocol=https
我想我需要用块之类的东西上传。任何提示都会得到体现。