Hello,
I have finally been able to update my application with the latest version you have of AWS File Uploader (1.151.0) I save each file that is uploaded to my S3, as a line in my database to be able to access it. I noticed, that in the latest version, when I upload a list of files, it saves a list of files equal to the selected one, but only of the last file. That is to say, it duplicates the last file the same number of times as files you have uploaded at once.
This behavior does not occur with version 1.149 that you have in the repository.
This is the flow I use in the backend:
With v1.151
As you can see, the files are uploaded correctly, but the original filename is not saved in the database, and the url is always the last file uploaded.
With v1.149
Here, as you can see, are the uploaded files and then, at the top, are the files in the database.