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年前1838ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ