Skip to content
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

fix: Add upload progress for non-chunked uploads #1080

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Feb 4, 2024

For chunked uploads we have a progress after every finished chunk. But for non-chunked uploads we do not have any progress - even for big uploads.
To fix this I added the uploaded bytes to the upload progress of non-chunked uploads.

@susnux susnux added bug Something isn't working 3. to review Waiting for reviews labels Feb 4, 2024
@skjnldsv skjnldsv merged commit 858193a into master Feb 4, 2024
14 checks passed
@skjnldsv skjnldsv deleted the fix/non-chunked-upload-progress branch February 4, 2024 20:28
@susnux susnux mentioned this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: “new” Upload progress bar in NC 28.0.x not working when files max_chunk_size set to –value=0
2 participants