Replies: 1 comment 3 replies
-
Hi @yoavniran, is useChunkStartListener supports asynchronous callback? I am getting typescript error
is not assignable to parameter of type
Type
is not assignable to type StartEventResponse |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using the
ChunkedUploady
package to upload files in chunks directly to S3. I want to perform some operations on each chunk before starting the upload. Specifically, I want to calculate the checksum of each chunk and include that checksum in the header.Please note that calculating the checksum will take some time for each chunk, so we need to account for this delay.
Could you please tell me how I can achieve this?
Beta Was this translation helpful? Give feedback.
All reactions