mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
This commit bumps the following uppy modules: * @uppy/aws-s3 * @uppy/aws-s3-multipart * @uppy/core * @uppy/drop-target * @uppy/xhr-upload This is done so we can use the new functionality for retrying failed prepareUploadParts calls, introduced in https://github.com/transloadit/uppy/commit/e435f4a91747db8116e1c9b5dd37de25bf847f43. I also needed to make some changes to composer-upload-uppy to support this retrying, while at the same time being able to throw a bootbox with the error message if the number of retries are exceeded.