简体   繁体   English

如何使用JavaScript在AWS S3上上传大型文件和多个文件?

[英]How to upload large and multiple files on aws s3 using javascript?

I am trying from a week, that how to upload multiple files in chunk on aws s3, 我从一个星期开始尝试如何在aws s3上分上传多个文件

i dont want to put aws secret key in my javascript code , 我不想在我的JavaScript代码中放入AWS密钥

i got some stuff after googling that we can upload files using signed url, but couldn't find any solution which can fulfill my requirement, i need to upload files which have larger than 500M, but my current stuffs fail to serve this, i can upload only 5-10M files right now, 谷歌搜索后发现一些东西,我们可以使用签名的url上传文件,但找不到任何可以满足我要求的解决方案,我需要上传大于500M的文件,但是我当前的东西无法满足此要求,我可以现在仅上传5-10M个文件,

Help me, 帮我,

Look at This for some examples/docs of the AWS thinking around file/progress events for large files and the multipart limits. 查看此内容,了解一些AWS的示例/文档,这些示例/文档考虑了大型文件的文件/进度事件和多部分限制。

Your JS specific help could come from this JS SDK blog post It's a very doable easily these days. 您的JS特定帮助可能来自此JS SDK博客文章。这很容易实现。 Personally I use Blueimp 我个人使用Blueimp

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM