luojieio commented on issue #5943: URL: https://github.com/apache/dolphinscheduler/issues/5943#issuecomment-892310505
> @luojieio Make sure the bucket name `tmp` exists, and make sure the upload directory `RESOURCE_UPLOAD_PATH` `/dolphinscheduler` exists   api进程日志: [INFO] 2021-08-04 10:25:02.444 org.apache.dolphinscheduler.api.controller.ResourcesController:[92] - login user admin, create resource, type: FILE, resource alias: test, desc: , file: -1,/ bucket修改为这样了:  RESOURCE_UPLOAD_PATH: "/dolphinscheduler" FS_DEFAULT_FS: "s3a://nginx/tmp" FS_S3A_ENDPOINT: "http://xxx.xxx.xxxx.xxx:1234" FS_S3A_ACCESS_KEY: "xxxxx" FS_S3A_SECRET_KEY: "xxxx" -- 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]
