amazon-web-services - AWS S3 最大文件和上传大小

标签 amazon-web-services amazon-s3

AWS S3 文档说:

Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single PUT is 5 gigabytes.



如果我只能上传大小为 5GB 的文件,如何存储大小为 5TB 的文件?

最佳答案

根据文档 here你应该使用分段上传:

Upload objects in parts—Using the multipart upload API, you can upload large objects, up to 5 TB.

The multipart upload API is designed to improve the upload experience for larger objects. You can upload objects in parts. These object parts can be uploaded independently, in any order, and in parallel. You can use a multipart upload for objects from 5 MB to 5 TB in size.



Here有一个 API 列表和一个关于如何使用每个 API 的示例。

关于amazon-web-services - AWS S3 最大文件和上传大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43021266/

相关文章:

ruby - amazon s3 上传签名 url public-read

amazon-s3 - 什么是 AWS S3 中的数据传出?

python - django-storages获取完整的S3网址

amazon-web-services - 在 AWS Cognito 中使用 Microsoft 作为 IdP

node.js - 无法删除定义 Lambda 支持的自定义资源的 CloudFormation 堆栈

javascript - AWS S3 无法访问的主机

javascript - s3 getdata 在 Alexa-Hosted(Node Js) 上没有返回任何内容

mysql - 如何找到 Amazon RDS 生成的自动 S3 备份的位置?

java - 我可以更新现有的 Amazon S3 对象吗?

javascript - 发电机查询中的运算符 OR