https://github.com/huanght1997/cosutil
An unofficial user friendly command line tool to access Tencent Cloud COS.
https://github.com/huanght1997/cosutil
cos tool
Last synced: 5 months ago
JSON representation
An unofficial user friendly command line tool to access Tencent Cloud COS.
- Host: GitHub
- URL: https://github.com/huanght1997/cosutil
- Owner: huanght1997
- License: apache-2.0
- Created: 2020-09-17T15:41:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T05:57:12.000Z (about 3 years ago)
- Last Synced: 2024-06-21T09:57:42.472Z (about 2 years ago)
- Topics: cos, tool
- Language: Go
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cosutil
[](https://travis-ci.com/huanght1997/cosutil)
[](https://github.com/huanght1997/cosutil/releases)
[](https://app.codacy.com/manual/huanght1997/cosutil?utm_source=github.com&utm_medium=referral&utm_content=huanght1997/cosutil&utm_campaign=Badge_Grade_Dashboard)
[](https://github.com/huanght1997/cosutil/blob/master/LICENSE)
## 介绍
非官方腾讯云 COS 命令行工具,用Go语言编写,基于 [腾讯云COS Go SDK](https://github.com/tencentyun/cos-go-sdk-v5) 构建。
## 编译指南
1. 升级 Go 语言版本至 1.11 以上
2. `go build`
3. Enjoy :)
## 使用方法
工具完全兼容腾讯云官方 COS 命令行工具 coscmd,只要把名称 coscmd 改为 cosutil 即可。参见 [COSCMD 工具官方文档](https://cloud.tencent.com/document/product/436/10976) 。