mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
fix(AwsS3 Node): Return confirmation of success after upload (#8312)
This commit is contained in:
@@ -1024,7 +1024,7 @@ export class AwsS3V2 implements INodeType {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
const executionData = this.helpers.constructExecutionMetaData(
|
const executionData = this.helpers.constructExecutionMetaData(
|
||||||
this.helpers.returnJsonArray(responseData as IDataObject),
|
this.helpers.returnJsonArray(responseData ?? { success: true }),
|
||||||
{ itemData: { item: i } },
|
{ itemData: { item: i } },
|
||||||
);
|
);
|
||||||
returnData.push(...executionData);
|
returnData.push(...executionData);
|
||||||
|
|||||||
Reference in New Issue
Block a user