Skip to content

Commit

Permalink
docs: update the README for the newly driver
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Apr 25, 2020
1 parent 9b47eb6 commit 44ed463
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
- Linux
- Windows

## Dependent libraries
- cli (github.com/urfave/cli)
## Support Driver
- oss (github.com/aliyun/aliyun-oss-go-sdk/oss)
- cos (github.com/tencentyun/cos-go-sdk-v5)
- qiniu (github.com/qiniu/api.v7)

## Install

Expand Down Expand Up @@ -61,6 +62,14 @@ after_success:
- uptoc --endpoint uploader-cn-zhangjiakou.aliyuncs.com --bucket blog-bucket public
```
## Args Examples
| driver | bucket | endpoint | endpoint enum |
| ----- | --------- | ------ | ---- |
| oss | ut-uptoc | oss-cn-hangzhou.aliyuncs.com | [Regions and endpoints](https://help.aliyun.com/document_detail/31837.html?spm=a2c4g.11186623.2.12.5fdb25b7xyEcuF#concept-zt4-cvy-5db) |
| qiniu | ut-uptoc | huadong | huadong,huabei,huanan,beimei,xinjiapo |
| cos | ut-uptoc-1255970412 | ap-shanghai | [Regions and endpoints](https://cloud.tencent.com/document/product/436/6224) |
## Contact us
- [Author Blog](https://saltbo.cn).
Expand Down

0 comments on commit 44ed463

Please sign in to comment.