huanzui opened a new issue, #10691: URL: https://github.com/apache/dolphinscheduler/issues/10691
### 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 3.0版本的也有这个问题,当用minio时能上传,路径自己创建了一个文件夹,如/jars/WordCount.jar,结果下载时全路径 dstFile = /logs/dolphinscheduler/exec/process/6001613416160/6026624232736_7/62/139/jars/WordCount.jar,jars路径无法自动创建,下载就报异常the file isn`t exists,在代码 S3Utils .java 163行 FileOutputStream fos = new FileOutputStream(new File(dstFile))) ### What you expected to happen 自定义路径能自动创建 ### How to reproduce 检测下载路径,创建不存在的文件夹 ### 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]
