上传文件并获取存储桶文件列表
初级
这是一个Building Blocks领域的自动化工作流,包含 4 个节点。主要使用 S3, HttpRequest, ManualTrigger 等节点。 在S3中管理文件
前置要求
- •可能需要目标 API 的认证凭证
使用的节点 (4)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "64",
"name": "上传文件并获取存储桶中所有文件列表",
"nodes": [
{
"name": "点击“执行”时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
390,
220
],
"parameters": {},
"typeVersion": 1,
"id": "--0"
},
{
"name": "HTTP 请求",
"type": "n8n-nodes-base.httpRequest",
"position": [
590,
220
],
"parameters": {
"url": "https://n8n.io/n8n-logo.png",
"options": {},
"responseFormat": "file"
},
"typeVersion": 1,
"id": "HTTP--1"
},
{
"name": "S3",
"type": "n8n-nodes-base.s3",
"position": [
790,
220
],
"parameters": {
"fileName": "={{$node[\"HTTP Request\"].binary.data.fileName}}",
"operation": "upload",
"bucketName": "n8n",
"additionalFields": {}
},
"credentials": {
"s3": "s3-n8n"
},
"typeVersion": 1,
"id": "S3-2"
},
{
"name": "S",
"type": "n8n-nodes-base.s3",
"position": [
990,
220
],
"parameters": {
"options": {},
"operation": "getAll",
"returnAll": true,
"bucketName": "n8n"
},
"credentials": {
"s3": "s3-n8n"
},
"typeVersion": 1,
"id": "S-3"
}
],
"active": false,
"settings": {},
"connections": {
"S3-2": {
"main": [
[
{
"node": "S-3",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "S3-2",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 构建模块
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
检查链接预览
检查链接预览
If
Peekalink
Manual Trigger
+
If
Peekalink
Manual Trigger
5 节点ghagrawal17
构建模块
Twitter Webhook验证处理
Twitter Webhook验证处理
Set
Crypto
Webhook
Set
Crypto
Webhook
3 节点ghagrawal17
构建模块
在n8n中使用Gemini AI处理图像和PDF的5种方法
在n8n中使用Gemini AI处理图像和PDF的5种方法
Set
Filter
Split Out
+
Set
Filter
Split Out
28 节点Julian Kaiser
构建模块
基于 Bright Data MCP 的 AI Telegram 数据提取机器人
集成 Bright Data MCP 的 AI Telegram 数据提取机器人
If
N8n
Wait
+
If
N8n
Wait
21 节点Cyril Nicko Gaspar
工程
支持文本、语音、图像和PDF的AI驱动WhatsApp聊天机器人(RAG)
支持文本、语音、图像和PDF的AI驱动WhatsApp聊天机器人(RAG)
Set
Code
Switch
+
Set
Code
Switch
35 节点NovaNode
工程
YouTube Shorts + 自定义MCP服务器
使用OpenAI通过MCP服务器从Reddit内容自动生成YouTube Shorts
If
Set
Wait
+
If
Set
Wait
43 节点jolonbankey
设计