使用缓慢/不可靠的网络连接上传到 AWS(S3 或 EBS)

发布于 2024-12-11 10:05:08 字数 158 浏览 0 评论 0原文

我正在尝试将 27MB 文件加载到 Amazon Web Services,但由于管道损坏或上传失败而不断失去连接。而且连接速度似乎非常慢。我尝试过他们网站上的上传选项以及 Cyber​​Duck 等软件。另外,尝试加载到 EBS 以及 S3。

请分享上传大文件时有效的任何技巧或设置。

I'm trying to load a 27MB file to Amazon Web Services and keep loosing the connection with broken pipe or upload failed. Also the connection seems to be extremely slow. I've tried the upload option on their website as well as software such as CyberDuck. Also, tried loading to EBS as well as S3.

Please share any tips or setup that works when uploading large files.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

捎一片雪花 2024-12-18 10:05:08

您将需要考虑使用 S3 分段上传:

http://aws.typepad.com/ aws/2010/11/amazon-s3-multipart-upload.html

每个失败的部分都可以重试,而不会丢失成功的部分。

这还可以使您的上传速度更快,因为不同的部分可以并行上传。

如果您不想自己编程,许多软件程序和工具都可以使用 S3 进行分段上传。

You're going to want to look into using S3 multi-part upload:

http://aws.typepad.com/aws/2010/11/amazon-s3-multipart-upload.html

Each failed part can be retried without losing the parts that were successful.

This can also make your upload go faster as different parts can be uploaded in parallel.

If you don't feel like programming this yourself, a number of software programs and tools sport multi-part upload with S3.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文