https://github.com/qingstor/qingstor-sdk-go
The official QingStor SDK for the Go programming language.
https://github.com/qingstor/qingstor-sdk-go
go golang qingstor qingstor-sdk sdk
Last synced: about 1 year ago
JSON representation
The official QingStor SDK for the Go programming language.
- Host: GitHub
- URL: https://github.com/qingstor/qingstor-sdk-go
- Owner: qingstor
- License: apache-2.0
- Created: 2016-12-03T03:55:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T14:25:52.000Z (over 2 years ago)
- Last Synced: 2025-05-13T13:17:13.669Z (about 1 year ago)
- Topics: go, golang, qingstor, qingstor-sdk, sdk
- Language: Go
- Size: 1.24 MB
- Stars: 26
- Watchers: 5
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# QingStor SDK for Go
[](https://github.com/qingstor/qingstor-sdk-go/actions?query=workflow%3A%22Unit+Test%22)
[](https://goreportcard.com/report/github.com/qingstor/qingstor-sdk-go)
[](https://docsv4.qingcloud.com/user_guide/storage/object_storage/)
[](https://github.com/qingstor/qingstor-sdk-go/blob/master/LICENSE)
[](https://qingstor.zulipchat.com/join/hzmetiy4ftc63jktrbfatyct/)
English | [中文](README_zh-CN.md)
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](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/) (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](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/). 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.
- [Preparation](./docs/prepare.md)
- [Installation](./docs/install.md)
- [Configuration](./docs/config.md)
- [Service Initialization](./docs/service.md)
- [Code Examples](./docs/examples.md)
- [Custom Logger](./docs/logger.md)
Checkout our [releases](https://github.com/qingstor/qingstor-sdk-go/releases) and [change log](./CHANGELOG.md) for information about the latest features, bug fixes and new ideas.
## Reference Documentations
- [QingStor Documentation](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/)
- [QingStor Guide](https://docsv4.qingcloud.com/user_guide/storage/object_storage/)
- [QingStor APIs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/)
## Contributing
1. Fork it ( https://github.com/qingstor/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).