W n8n attention vm
This commit is contained in:
parent
51bf98ed18
commit
96846f0249
@ -34,8 +34,8 @@ export async function GET(
|
|||||||
segments: pathSegments
|
segments: pathSegments
|
||||||
});
|
});
|
||||||
|
|
||||||
// Remove the missions/ prefix from the URL path since it's already in the Minio path
|
// Remove the missions/ prefix from the URL path since the file is already in the missions bucket
|
||||||
const minioPath = filePath.startsWith('missions/') ? filePath : `missions/${filePath}`;
|
const minioPath = filePath.replace(/^missions\//, '');
|
||||||
console.log('Full Minio path:', {
|
console.log('Full Minio path:', {
|
||||||
minioPath,
|
minioPath,
|
||||||
bucket: 'missions',
|
bucket: 'missions',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user