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

preguntada hace un año1814 visualizaciones
2 Respuestas
0
profile pictureAWS
EXPERTO
respondido hace un año
profile pictureAWS
EXPERTO
kentrad
revisado hace un año
  • 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
respondido hace un mes

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas