An open API service indexing awesome lists of open source software.

https://github.com/yansenlei/cos-manager

:cn: 使用简单的命令行操作腾讯对象存储服务 :cloud:
https://github.com/yansenlei/cos-manager

cos tencent-cos

Last synced: about 2 months ago
JSON representation

:cn: 使用简单的命令行操作腾讯对象存储服务 :cloud:

Awesome Lists containing this project

README

        

# cos-manager

*停止更新,推荐使用官方库:[coscmd](https://github.com/tencentyun/coscmd)*

> 使用简单的命令行操作[腾讯对象存储服务](https://github.com/tencentyun/cos-nodejs-sdk-v5)

## 安装
```bash
$ npm install cos-manager -g
```

## 示例
```bash
# 首次写入配置
$ cos-manager --id=AKIDxxx --key=xxx
# 上传指定目录
$ cos-manager --r=Region --b=Bucket-APPID --dir=dist
# 查看帮助信息
$ cos-manager -h
```

## 规划
- [x] 上传指定目录下的所有文件
- [x] 支持Linux、Unix、Windows用户
- [x] 多文件上传进度优化
- [ ] 丰富桶操作...