
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
node-red-contrib-aliyun-oss
Advanced tools
用于将文件上传到阿里云 OSS 的 Node-RED 节点
在 ~/.node-red 目录下执行 npm install node-red-contrib-aliyun-oss
可以通过 Aliyun OSS Upload 类型节点配置面板中添加一个 OSS Store,配置信息包括:bucket、region、accessKeyId、accessKeySecret、endpoint。也可以接受上游节点传的 msg.payload(优先级更高),结构示意如下:
// msg.payload
{
"storeConfig": {
"endpoint": "<bucket endpoint>",
"accessKeyId": "<bucket access key ID>",
"accessKeySecret": "<bucket access key secret>",
"bucket": "<bucket name>"
},
"uploadConfig": {
"files": "/home/user/my-awesome-file.tgz", // 也可以是包含文件或者目录的数组
"baseDir": "/my-awesome-dir" // 可选,用于指定 Bucket 的上传位置
}
}
上传结果会在 msg.payload 中提供,供下游节点消费。
A storage node to upload stuff to Alibaba Cloud OSS.
Run npm install node-red-contrib-aliyun-oss in ~/.node-red directory.
You can setup a store configuration via Aliyun OSS Upload node. The configuration should include bucket, accessKeyId, accessKeySecret, endpoint. You can also pass the configuration via upstream msg.payload (higher priority), the structure is described as below:
// msg.payload
{
"storeConfig": {
"endpoint": "<bucket endpoint>",
"accessKeyId": "<bucket access key ID>",
"accessKeySecret": "<bucket access key secret>",
"bucket": "<bucket name>"
},
"uploadConfig": {
"files": "/home/user/my-awesome-file.tgz", // can also be an array containing files or dirs, or both
"baseDir": "/my-awesome-dir" // optional bucket dir to put your files in, if not provided, the files will be uploaded to the root of the bucket
}
}
Upload results will be provided in msg.payload for downstream nodes to consume.
FAQs
A Node-RED node to upload stuff to Alibaba Cloud OSS.
We found that node-red-contrib-aliyun-oss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.