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

use my own API to upload file rather than begin_write and end_write #262

Closed
HengyueLi opened this issue Jul 21, 2022 · 2 comments
Closed
Labels

Comments

@HengyueLi
Copy link

For my case, I already have an API, an Python function api_upload(path), to implement write. For example, a file with local path filepath="/home/foo/1.png", can be "writen" directly by a function call api_upload(path=filepath). That is all. How can I simplify begin_write and end_write?

@mar10 mar10 added the question label Jul 21, 2022
@mar10
Copy link
Owner

mar10 commented Jul 21, 2022

Have a look at FileLikeQueue

@mar10 mar10 closed this as completed Jul 21, 2022
@mar10
Copy link
Owner

mar10 commented Jul 25, 2022

See also #253

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