1 Star 1 Fork 0

v0ndetta / qshell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
delete.md 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
金鑫鑫 提交于 2017-01-03 21:39 . fix format

简介

delete 命令用来从七牛的空间里面删除一个文件。

参考文档:资源删除 (delete)

格式

qshell delete <Bucket> <Key>

鉴权

需要在使用了account设置了AccessKeySecretKey的情况下使用。

参数

参数名 描述
Bucket 空间名称,可以为公开空间或者私有空间
Key 空间中的文件名

示例

删除空间if-pbl里面的视频qiniu.mp4

qshell delete if-pbl qiniu.mp4
Go
1
https://gitee.com/v0ndetta/qshell.git
git@gitee.com:v0ndetta/qshell.git
v0ndetta
qshell
qshell
master

搜索帮助