Uploading restrictions for large amount of files in S3

0

Are there any restrictions like max amount of time for an upload of a large amount of files (e.g. 15 million files with no more than 1MB each) ? Like that the upload stops after a max number of files uploaded, or after a specific time of the upload running ?

已提问 1 年前1850 查看次数
1 回答
0

Hi There That might depend on what method are you using to upload them. If you are using the CLI like the aws s3 sync command, you could be limited by the shell session timeout, or other transient issues like a short network issue that stops the transfer. You would need to manually run the sync command again. You can also use a managed service like DataSync that will handle this for you.

profile pictureAWS
专家
Matt-B
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容