| name | cloud-qiniu |
| description | 使用 qshell CLI 操作七牛云。当用户提到七牛、七牛云、Qiniu、Kodo、七牛对象存储 等时触发此技能。 |
七牛云 Operator Skill
安装 CLI
brew install qiniu
curl -o qshell https://developer.qiniu.com/kodo/tools/3829/qshell
chmod +x qshell
认证
qshell account <AccessKey> <SecretKey> <Name>
常用命令
qshell listbucket <bucket>
qshell buckets
qshell fput <bucket> <key> <localfile>
qshell get <bucket> <key> -o <outputfile>
qshell qupload <upload-config.json>
qshell batchdelete <bucket> -i <key-list-file>
qshell batchchtype <bucket> -i <key-list-file> -t <mimetype>
qshell cdnrefresh -i <url-list-file>
qshell cdnprefetch -i <url-list-file>
qshell domains <bucket>
安全机制