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

s3 upload stuck if local file does not exist #48

Open
digizeph opened this issue Feb 23, 2024 · 0 comments
Open

s3 upload stuck if local file does not exist #48

digizeph opened this issue Feb 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@digizeph
Copy link
Member

Encountered when working with temporary directory: trying to upload a file located in a temporary directory, but did not realized that the TempDir has gone out of scope already, leaving the path to the temp directory in a either non-existing or unknown status. During this case, the oneio::s3_upload will stuck and never return.

@digizeph digizeph added the bug Something isn't working label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant