luojieio opened a new issue #5943:
URL: https://github.com/apache/dolphinscheduler/issues/5943
创建目录命名:test
查看API的日志:
[INFO] 2021-08-03 18:59:22.954
org.apache.dolphinscheduler.api.controller.ResourcesController:[92] - login
user admin, create resource, type: FILE, resource alias: test, desc: , file:
-1,/
使用的是k8s部署
value配置文件使用minio,配置如下:
RESOURCE_STORAGE_TYPE: "S3"
RESOURCE_UPLOAD_PATH: "/dolphinscheduler"
FS_DEFAULT_FS: "s3a://tmp"
FS_S3A_ENDPOINT: "http://192.168.0.1:5000"
FS_S3A_ACCESS_KEY: "xxxxx"
FS_S3A_SECRET_KEY: "xxxxx"
网络可通,Minio可访问,求解答
--
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]