-
Notifications
You must be signed in to change notification settings - Fork 129
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
authorzation failed while the file is being uploaded with the argument --incremental-mode #1057
Comments
Hi, thank you for the bug report. This is not supposed to happen. Have you deleted the unfinished large file as the CLI was uploading the affected file? |
I updated the command b2v4 from 4.1 to 4.2, now I cannot reproduce this issue.
|
This bug is still there. |
Hey, I'm slightly confused. Is the problem that you are getting an "authorization error", or that the upload session is not continued from where it left off? Or maybe it's both? |
I am getting an "authorization error", but not always. I think the error is related to your server. And I think you should continuously upload a few files to reproduce this error. To resolve, I remove --incremental-mode from the command line. |
sometimes my bucket has unfinished uploading large files, I always manually deleted them.
I assume
--incremental-mode
has a capability to append data to the these files, instead of adding another version.but the uploading is failed with the message on the first line.
The text was updated successfully, but these errors were encountered: