mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
2.0 KiB
2.0 KiB
QingStor SDK for Go
English | 中文
Go 语言版本的 QingStor 官方 SDK.
在开始使用 SDK 之前,请确保你对青云 QingStor 对象存储基本概念(如 Zone,Service,Bucket,Object 等)有一定的了解。
本 SDK 与青云 QingStor 对象存储帮助文档上的方法尽量保持一一对应,具体每个方法的详细说明请查看上述链接中的对应章节。
快速开始
你可以根据自己的需要针对性地阅读列表中的内容。
查看我们的 发布历史 和 更改日志 获取最新的特性和 bug 修复。
参考文档
贡献
- Fork 仓库 ( https://github.com/yunify/qingstor-sdk-go/fork )
- 创建您的 feature 分支 (
git checkout -b new-feature
) - 提交您的修改 (
git commit -asm 'Add some feature'
) - 推送到您的 origin 仓库 (
git push origin new-feature
) - 创建并提交相应的 Pull Request
许可证
The Apache License (Version 2.0, January 2004).