You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this component to upload n files to an S3 bucket. I've checked the source code, and while I see an onFinish prop representing the completion of a single upload, I don't see a way to know when all files are completed (one way or another as errors may happen).
How would you suggest I do this?
The text was updated successfully, but these errors were encountered:
I am using this component to upload
n
files to an S3 bucket. I've checked the source code, and while I see anonFinish
prop representing the completion of a single upload, I don't see a way to know when all files are completed (one way or another as errors may happen).How would you suggest I do this?
The text was updated successfully, but these errors were encountered: