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

append to file #908

Open
PhMota opened this issue Oct 24, 2024 · 0 comments
Open

append to file #908

PhMota opened this issue Oct 24, 2024 · 0 comments
Labels

Comments

@PhMota
Copy link

PhMota commented Oct 24, 2024

I need to append to a remote file. So that I don't need to download, append and then upload the whole file. Since there is the functionality of uploading the files in chunks, I imagine there must be a way to append to the remote file by sending only the new data. I tried to understand the logic behind the chunk upload inside of a upload_session and it seems possible.

Given this, is it possible to implement an append functionality? Or at least help me do it

Thank you in advance

@vgrem vgrem added the question label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants