rclone/vendor/github.com/yunify/qingstor-sdk-go/v3
2020-02-26 21:26:46 +00:00
..
config vendor: update all dependencies 2020-02-26 21:26:46 +00:00
logger vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
request vendor: update all dependencies 2020-02-26 21:26:46 +00:00
service vendor: update all dependencies 2020-02-26 21:26:46 +00:00
utils vendor: update all dependencies 2019-11-14 21:51:34 +00:00
.gitignore vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
.gitmodules vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
.travis.yml vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
AUTHORS vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
CHANGELOG.md vendor: update all dependencies 2020-02-26 21:26:46 +00:00
go.mod vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
go.sum vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
LICENSE vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
MAINTAINERS vendor: update github.com/yunify/qingstor-sdk-go to v3 2019-08-14 16:15:34 +01:00
Makefile vendor: update all dependencies 2020-02-26 21:26:46 +00:00
README_zh-CN.md vendor: update all dependencies 2019-11-14 21:51:34 +00:00
README.md vendor: update all dependencies 2019-11-14 21:51:34 +00:00
version.go vendor: update all dependencies 2020-02-26 21:26:46 +00:00

QingStor SDK for Go

Build Status Go Report Card API Reference License

English | 中文

The official QingStor SDK for the Go programming language.

Before you start using the SDK, make sure you have a basic understanding of the concepts of QingStor object storage (such as Zone, Service, Bucket, Object, etc.).

This SDK try to keep a one-to-one correspondence with the methods on the QingCloud QingStor object storage documentation. For details of each method, please refer to the corresponding chapter in the link.

Quick Start

Now you are ready to code. You can read the detailed guides in the list below to have a clear understanding.

Checkout our releases and change log for information about the latest features, bug fixes and new ideas.

Reference Documentations

Contributing

  1. Fork it ( https://github.com/yunify/qingstor-sdk-go/fork )
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -asm 'Add some feature')
  4. Push to the branch (git push origin new-feature)
  5. Create a new Pull Request

LICENSE

The Apache License (Version 2.0, January 2004).