github-actions[bot] commented on issue #10691: URL: https://github.com/apache/dolphinscheduler/issues/10691#issuecomment-1170825471
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened The 3.0 version also has this problem. When using minio, it can be uploaded. The path creates a folder by itself, such as /jars/WordCount.jar. When downloading the result, the full path dstFile = /logs/dolphinscheduler/exec/process/6001613416160/6026624232736_7/ 62/139/jars/WordCount.jar, the jars path cannot be created automatically, the file isn't exists is reported abnormally when downloading, in the code S3Utils.java line 163 FileOutputStream fos = new FileOutputStream(new File(dstFile))) ### What you expected to happen Custom paths can be created automatically ### How to reproduce Detect download paths, create non-existing folders ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
