Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
102 lines
1.6 KiB
JSON
102 lines
1.6 KiB
JSON
{
|
|
"name": "Test S3 upload",
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"id": "8f35d24b-1493-43a4-846f-bacb577bfcb2",
|
|
"name": "When clicking \"Execute Workflow\"",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [540, 340]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"mode": "jsonToBinary",
|
|
"options": {}
|
|
},
|
|
"id": "eae2946a-1a1e-47e9-9fd6-e32119b13ec0",
|
|
"name": "Move Binary Data",
|
|
"type": "n8n-nodes-base.moveBinaryData",
|
|
"typeVersion": 1,
|
|
"position": [900, 340]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"operation": "upload",
|
|
"bucketName": "buc.ket",
|
|
"fileName": "binary.json",
|
|
"additionalFields": {}
|
|
},
|
|
"id": "6f21fa3f-ede1-44b1-8182-a2c07152f666",
|
|
"name": "AWS S3",
|
|
"type": "n8n-nodes-base.awsS3",
|
|
"typeVersion": 2,
|
|
"position": [1080, 340],
|
|
"credentials": {
|
|
"aws": {
|
|
"id": "1",
|
|
"name": "AWS account"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"parameters": {
|
|
"data": [
|
|
{
|
|
"key": "value"
|
|
}
|
|
]
|
|
},
|
|
"id": "e12f1876-cfd1-47a4-a21b-d478452683bc",
|
|
"name": "Code",
|
|
"type": "n8n-nodes-testing.testData",
|
|
"typeVersion": 1,
|
|
"position": [720, 340]
|
|
}
|
|
],
|
|
"connections": {
|
|
"When clicking \"Execute Workflow\"": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Code",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Move Binary Data": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "AWS S3",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Code": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Move Binary Data",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"pinData": {
|
|
"AWS S3": [
|
|
{
|
|
"json": {
|
|
"success": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|