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 ?

demandé il y a un an1861 vues
1 réponse
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
EXPERT
Matt-B
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions