-
Notifications
You must be signed in to change notification settings - Fork 11
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
[to#127]Fix ossfile upload_chunk location bug #129
base: main
Are you sure you want to change the base?
Conversation
UT faild. I will debug it in local env |
@karajan1001 I try to mock a env to run your test_file.py UT by using my own oss. If I have no |
Hello, First thank you to do the research. I also looked into the code and found that the problem comes from the difference between |
@idling11 @karajan1001 Can this PR be merged please? |
@dependabot rebase |
I also have this problem, it seems that large files are uploaded using sharding when transferring OSS, but it is directly ended without waiting for the return, resulting in the situation of large files that have been unable to pass up, I hope to solve it as soon as possible Collecting |2.00 [00:00, 250entry/s] |
This PR is a bug fix for ossfile location bug in upload_chunk function.