You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Hi Pascal, currently I am reviewing this issue. Because the process when using the library often has two process
Firstly, The library will send information data to the server (create presign URL , validate extension) after that the library gets push data to s3 . If we handle unexpected interruption in step two, I will change workflow and I need to time to investigate.
@BEdaita I don't think we need to change the workflow right now. What we need to do is to inform the user in the terminal if he/she hits ctrl + c the data will be still pushed to storage if the process is in step two.
yes, that's the lowest hanging fruit right now without overengineering everything - but we keep this issue open for later to handle everything properly.
We should take care of proper error handling after unexpected interruptions (e.g. after hitting ctrl + c) during upload.
The goal should be that everything is uploaded until the breaking point.
The text was updated successfully, but these errors were encountered: