founderlab / react-dropzone-s3-uploader

Drag and drop s3 file uploader via react-dropzone + react-s3-uploader
MIT License
161 stars 82 forks source link

use S3 uploader API to handle multiple upload callbacks #24

Closed anaumov closed 7 years ago

anaumov commented 7 years ago

Hey,

When use multiple uploading, It's hard to realize witch file uploading (uploaded) at the time. Let's use S3Uploader params and propagate them to actual callbacks.

gwilymhumphreys commented 7 years ago

Sounds good, thanks!

estebanbouza commented 7 years ago

Thanks for that, I've benefited from it.