s3 upload stuck if local file does not exist
digizeph opened this issue · 0 comments
digizeph commented
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.