无法将3MB pdf,mp3文件上传到aws s3

时间:2017-07-14 07:36:11

标签: python-2.7 amazon-s3 boto

我在将3MB pdf,mp3文件类型上传到aws s3时遇到以下错误。但我可以上传KB大小的文件。我正在尝试使用语法

上传
 uploaded_file = request.FILES['upload_file'].read()
 k.set_contents_from_string(uploaded_file,headers={'Content-Disposition': 'attachment'})

[Errno 10053] An established connection was aborted by the software in your host machine

注意:这些事情是在另一个aws帐户中完成的。

任何人都帮我解决了这个错误

0 个答案:

没有答案