Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 2.45 KB

README_zh-CN.md

File metadata and controls

46 lines (31 loc) · 2.45 KB

QingStor SDK for Go

Build Status Go Report Card API Reference License Join the chat

English | 中文

Go 语言版本的 QingStor 官方 SDK.

在开始使用 SDK 之前,请确保你对青云 QingStor 对象存储基本概念(如 Zone,Service,Bucket,Object 等)有一定的了解。

本 SDK 与青云 QingStor 对象存储帮助文档上的方法尽量保持一一对应,具体每个方法的详细说明请查看上述链接中的对应章节。

快速开始

你可以根据自己的需要针对性地阅读列表中的内容。

查看我们的 发布历史更改日志 获取最新的特性和 bug 修复。

参考文档

贡献

  1. Fork 仓库 ( https://github.com/qingstor/qingstor-sdk-go/fork )
  2. 创建您的 feature 分支 (git checkout -b new-feature)
  3. 提交您的修改 (git commit -asm 'Add some feature')
  4. 推送到您的 origin 仓库 (git push origin new-feature)
  5. 创建并提交相应的 Pull Request

许可证

The Apache License (Version 2.0, January 2004).