Uploading multiple large files from client's browser to S3 bucket

0

We have a requirement where the user would use a drag and drop file upload control to select multiple files (may be large size files like 100MB) and these files would then be uploaded to S3 via our web server. This involves sending the files to our server and then from our server we upload them to S3 bucket. Is there a way we can directly upload to S3 from the client's browser and prevent the file reaching our servers?

Currently all our S3 actions are driven by a Java based webapplication. The Java based S3 client is also being initialized using the DefaultCredentialProvider

posta un anno fa1668 visualizzazioni
2 Risposte
0
profile pictureAWS
ESPERTO
con risposta un anno fa
profile pictureAWS
ESPERTO
kentrad
verificato un anno fa
  • Thanks a lot. But what if we want to upload multiple files/files in Bulk from UI to S3?

0

What if we want to upload multiple files/files in Bulk from UI to S3? Is there any documentation for it ? I see some tutorials using multer libraries in node. Is that the way to go ?

AWS
con risposta un mese 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