feat: add runId check
This commit is contained in:
@@ -71,7 +71,7 @@ class BinaryOutputService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const minioKey = `${run.runId}/${key}`;
|
const minioKey = run.runId ? `${run.runId}/${key}`: key;
|
||||||
|
|
||||||
console.log(`Uploading data to MinIO with key: ${minioKey}`);
|
console.log(`Uploading data to MinIO with key: ${minioKey}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user