storage: v1.0.2
Improvements
-
Added optional parameters
onUploadInitiated
andonChunkUploaded
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 parameteruploadedSize
represent the uploaded size of the chunk in Bytes, and the second parametertotalSize
represent the total size of the upload.
- The
-
Added
code-of-conduct.md
,contribution-guidelines.md
,support.md
and aREADME.md
on the monorepo level.