Skip to content

storage: v1.0.2

Compare
Choose a tag to compare
@shomix shomix released this 16 Feb 11:16
· 85 commits to main since this release
32b97f9

Improvements

  • Added optional parameters onUploadInitiated and onChunkUploaded to the upload function.

    • The onUploadInitiated is a callback function that has one parameter, uploadId and will be called after the upload has been initiated.
    • The onChunkUploaded is a callback function that has two parameters. The callback is called each time a chunk is uploaded to the service. The first parameter uploadedSize represent the uploaded size of the chunk in Bytes, and the second parameter totalSize represent the total size of the upload.
  • Added code-of-conduct.md, contribution-guidelines.md, support.md and a README.md on the monorepo level.