Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Hotfix: Auto-retry, chunking, & S3 signature fixes

Compare
Choose a tag to compare
@rnicholus rnicholus released this 10 Nov 22:45
· 120 commits to master since this release
  • #1670 - The qq.status.UPLOAD_RETRYING status 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.key option 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.