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

질문됨 10달 전720회 조회
2개 답변
0
profile pictureAWS
전문가
답변함 10달 전
profile pictureAWS
전문가
kentrad
검토됨 10달 전
  • 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
답변함 10일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠