Describe the problem/error/question: I am having trouble downloading a file from S3. Is there a size limit?
What is the error message (if any)? This is the only error message I can see when the node times out.
{
“errorMessage”: “Execution stopped at this node”,
“errorDescription”: “n8n may have run out of memory while running this execution. More context and tips on how to avoid this in the docs”,
“errorDetails”: {},
“n8nDetails”: {
“time”: “11/19/2025, 3:54:20 PM”,
“n8nVersion”: “1.120.4 (Cloud)”,
“binaryDataMode”: “filesystem”
}
}
Please share your workflow
{
“nodes”: [
{
“parameters”: {
“bucketName”: “baingram.com”,
“fileKey”: “={{ $json.actualFinalKey }}”
},
“type”: “n8n-nodes-base.awsS3”,
“typeVersion”: 2,
“position”: [
864,
-16
],
“id”: “e555be3a-ba94-462c-9ec5-955fa494c425”,
“name”: “Download Latest File”,
“retryOnFail”: true,
“maxTries”: 5,
“waitBetweenTries”: 2000,
“credentials”: {
“aws”: {
“id”: “xxxx”,
“name”: “AWS account”
}
}
}
],
“connections”: {
“Download Latest File”: {
“main”: [
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “87c83e1febda172687fcb8ce9a00c9b69b2af0ad40bf372f4650ae8afc0ddebd”
}
}
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.120.4
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: