rickchengx commented on code in PR #15652:
URL:
https://github.com/apache/dolphinscheduler/pull/15652#discussion_r1507209582
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java:
##########
@@ -182,10 +165,7 @@ private String getFullName(String currentDir, String name)
{
*/
@Override
@Transactional
- public Result<Object> createResource(User loginUser,
- String name,
- ResourceType type,
- MultipartFile file,
+ public Result<Object> uploadResource(User loginUser, String name,
ResourceType type, MultipartFile file,
Review Comment:
I am not sure how the user can only modify the resource file under resource
path. Could you please give some brief description
--
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]