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 ?

posta un anno fa1872 visualizzazioni
1 Risposta
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
ESPERTO
Matt-B
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande