[UPDATE] MinIO 업로드 경로 및 refType 수정 (PipelineUploadController)

main
bjkim 9 months ago
parent 64e3997d56
commit 061dbc9d5b

@ -119,9 +119,9 @@ public class PipelineUploadController {
// 2. MinIO 업로드
MinioAttachmentEntity attachment = minioAttachmentService.uploadFile(
file,
"pipelines/" + projectId, // 저장 경로 예시
"workflows/" + projectId, // 저장 경로 예시
workflow.getId(), // refId : 방금 저장한 워크플로우 PK
"PIPELINE", // refType
"workflows", // refType
displayName, // title
description, // description
1, // version

Loading…
Cancel
Save