我在将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帐户中完成的。
任何人都帮我解决了这个错误