Fausto95 / aws-s3

S3Client - A Javascript Library for AWS S3 File Upload

Home Page:https://www.npmjs.com/package/aws-s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload array of files.

charithAmila opened this issue · comments

Hi
Can i upload array of file from single request .

Thanks .

@charithAmila Amazon doesn't allow that on direct uploads. You will have to iterate through your files and upload them one after another.