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

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.

Awesome Lists containing this project

README

          

# cosutil

[![Build Status](https://img.shields.io/travis/com/huanght1997/cosutil)](https://travis-ci.com/huanght1997/cosutil)
[![GitHub release](https://img.shields.io/github/v/release/huanght1997/cosutil)](https://github.com/huanght1997/cosutil/releases)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c16589b2374f44e194cfc2a4060c8580)](https://app.codacy.com/manual/huanght1997/cosutil?utm_source=github.com&utm_medium=referral&utm_content=huanght1997/cosutil&utm_campaign=Badge_Grade_Dashboard)
[![License](https://img.shields.io/github/license/huanght1997/cosutil?color=orange)](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) 。