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

OSSFile _upload_chunk bug #127

Open
idling11 opened this issue May 30, 2023 · 1 comment
Open

OSSFile _upload_chunk bug #127

idling11 opened this issue May 30, 2023 · 1 comment
Assignees

Comments

@idling11
Copy link
Collaborator

Hi, team, I find a bug in OSSFIle _upload_chunk function.
self.loc = self.fs.append_object(self.path, self.loc, self.buffer.getvalue())
we should pass self.offset instead of self.loc to append_object function.

@idling11
Copy link
Collaborator Author

I have make a pr for this bug. pls review if you have time
https://github.com/idling11/ossfs/pull/new/fix_127

@idling11 idling11 self-assigned this Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant