mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +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(
|
||||
this.helpers.returnJsonArray(responseData as IDataObject),
|
||||
this.helpers.returnJsonArray(responseData ?? { success: true }),
|
||||
{ itemData: { item: i } },
|
||||
);
|
||||
returnData.push(...executionData);
|
||||
|
||||
Reference in New Issue
Block a user