Create a utility to facilitate using the chunked file upload API. Currently the public endpoints are available, but the user is responsible for starting the upload session, uploading chunks and finishing the session. It would be helpful if there is a utility that does this for the user.
Options like number of concurrent chunks to upload could be provided as configuration to the user.
The utility must have robust error handling to handle failed uploads
Create a utility to facilitate using the chunked file upload API. Currently the public endpoints are available, but the user is responsible for starting the upload session, uploading chunks and finishing the session. It would be helpful if there is a utility that does this for the user.
Options like number of concurrent chunks to upload could be provided as configuration to the user.
The utility must have robust error handling to handle failed uploads