-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File upload function do not upload complete file #63
Comments
Thanks for reporting the issue! I have been able to reproduce it. I'm pretty busy at the moment but I should have time to investigate and fix it within the next couple of weeks. |
Hi Reeve,
thanks for info.
If it's not that complicated, you can leave some instructions on how to fix
it. Maybe I can create draft pr.
…On Mon, 4 Apr 2022, 16:00 James Reeve, ***@***.***> wrote:
Thanks for reporting the issue! I have been able to reproduce it. I'm
pretty busy at the moment but I should have time to investigate and fix it
within the next couple of weeks.
—
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIVOMX6KPV2ON6TIWNE3H3VDLYV5ANCNFSM5R23JOKQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi @mohittalele, thanks for your interest and sorry for the lack of updates on this issue. I'm guessing the issue is that the serverextension doesn't handle the case where jupyterlab breaks a file up into chunks for uploading. The extension is probably just overwriting the whole file with the latest chunk every time. Are you able to confirm that hypothesis? Specifically I'm thinking you'll see the size of the file stays the same throughout the upload (maybe 1MB? or however large the chunk size is) but the content will continue changing. |
I don't see the upload button guys, where is it supposed to be? |
Describe the bug
I am trying to upload csv file which contains million rows. Using the s3-browser functionality I can upload file - However not complete file is uploaded and about 50% of the data is lost. The s3-broswer do not show any logs or error message
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Large file should be uploaded completely to s3 endpoint
Screenshots
Desktop (please complete the following information):
jupyterlab-s3-browser
extension - 0.11.1I am using standalone Minio version -
minio/minio:RELEASE.2020-06-14T18-32-17Z
as my s3 endpointThe text was updated successfully, but these errors were encountered: