This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Hotfix: Auto-retry, chunking, & S3 signature fixes
- #1670 - The
qq.status.UPLOAD_RETRYINGstatus is now used before the waiting period starts between auto-retry attempts. This makes it easier to determine (for API users) when a retry attempt is in progress. - #1669 - When a file is deleted or unavailable mid-upload, previously it would take a while for Fine Uploader to fail the attempt. Now, that is fixed.
- #1630 - With version 4 signatures enabled for Fine Uploader S3 and with the
objectProperties.keyoption set to "filename", the signature generated for keys w/ non-ASCII characters is invalid, which causes the Initiate Multipart Upload request to S3 to fail.