Describe the issue/error/question
When trying to upload a big file (less than 2GB because of buffer limit) with AWS S3 node, I get error “Invalid array length”. I thinks it is an error similar to Google Drive node that I described in another question:
What is the error message (if any)?
ERROR: UNKNOWN ERROR - check the detailed error for more information
Invalid array length
Stack
NodeApiError: UNKNOWN ERROR - check the detailed error for more information
at Object.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/src/NodeExecuteFunctions.ts:1554:10)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at Object.awsApiRequestSOAP (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Aws/S3/GenericFunctions.ts:85:19)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Aws/S3/AwsS3.node.ts:837:23)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/src/Workflow.ts:1270:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:939:29
Please share the workflow
Share the output returned by the last node
Error from above…
Information on your n8n setup
- n8n version: 0.209.3
- Database you’re using (default: SQLite): Postgres
- Running n8n with the execution process [own(default), main]: main
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: K8S queue mode