English | 中文
The official QingStor SDK for the Java programming language.
You can see documents containing the complete package structure here: github pages.
Refer to the Installation Guide, and have this SDK installed.
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
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 logs for information about the latest features, bug fixes and new ideas.
- Fork it ( https://github.com/yunify/qingstor-sdk-java/fork )
- Create your feature branch (
git checkout -b new-feature
) - Commit your changes (
git commit -asm 'Add some feature'
) - Push to the branch (
git push origin new-feature
) - Create a new Pull Request
The Apache License (Version 2.0, January 2004).