n8n-nodes-skopon-qiniu
v0.1.2
Published
Skopon Qiniu upload node for n8n
Readme
n8n-nodes-skopon-qiniu
Skopon community node for n8n: download a file from a URL and upload it to Qiniu Cloud Storage, returning a public CDN URL.
Nodes
Skopon Qiniu Upload
Downloads a source file via HTTP and uploads it to a configured Qiniu bucket.
Credentials: Skopon Qiniu API (accessKey, secretKey)
Parameters:
| 界面名称 | 说明 |
|-----------|-------------|
| 存储空间 | 七牛 bucket 名称 |
| 访问域名 | CDN 域名,如 https://cdn.example.com(不要带目录路径) |
| 上传区域 | 上传机房(不确定选「自动」) |
| 源文件地址 | 要下载的文件 URL(默认 ={{ $json.url }}) |
| 文件夹名 | bucket 内目录,如 vid_templ_media |
| 文件名 | 存储文件名,留空则自动取名 |
Output fields (merged with input $json):
key— 存储路径(文件夹名/文件名)url— 公开访问地址{访问域名}/{key}hash— Qiniu content hashbucket— bucket namesourceUrl— original file URL
Development
Requires Node.js 22 or lower (n8n compatibility).
cd n8n/skopon-qiniu
npm install
npm test
npm run dev:localLicense
MIT
