/QingStor-C-SDK

C/C++ SDK for QingStor, the object storage service of QingCloud.

Primary LanguageC++Apache License 2.0Apache-2.0

QingStor SDK for SDK

The official QingStor SDK for the C/C++ programming language.

Getting Started

Installation

Refer to the Installation Guide, and have this SDK installed.

Preparation

Before your start, please login QingCloud Console to create a pair of QingCloud API AccessKey.

API AccessKey Example:

access_key_id: ACCESS_KEY_ID_EXAMPLE
secret_access_key: SECRET_ACCESS_KEY_EXAMPLE

Usage

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

Reference Documentations

Contributing

  1. Fork it ( https://github.com/yunify/qingstor-sdk-c/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, LICENSE.txt).