The other upload fails (eg. file size limit exceeded)
With current implementation, s3_upload_failed event is fired but not s3_uploads_complete. So there is no way to know that all attempts to upload have succeeded.
This PR adds s3_uploads_done event that triggers no matter what happened - whether all uploads were succeeded or if they were failures (similar to jqXHR.always)
Use case:
With current implementation,
s3_upload_failed
event is fired but nots3_uploads_complete
. So there is no way to know that all attempts to upload have succeeded.This PR adds
s3_uploads_done
event that triggers no matter what happened - whether all uploads were succeeded or if they were failures (similar to jqXHR.always)