{"id":28092474,"url":"https://github.com/qingstor/qingstor-sdk-go","last_synced_at":"2025-05-13T13:17:22.808Z","repository":{"id":40295807,"uuid":"75450328","full_name":"qingstor/qingstor-sdk-go","owner":"qingstor","description":"The official QingStor SDK for the Go programming language.","archived":false,"fork":false,"pushed_at":"2024-01-10T14:25:52.000Z","size":1297,"stargazers_count":26,"open_issues_count":4,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-13T13:17:13.669Z","etag":null,"topics":["go","golang","qingstor","qingstor-sdk","sdk"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qingstor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-03T03:55:54.000Z","updated_at":"2024-07-27T10:08:24.000Z","dependencies_parsed_at":"2024-01-10T16:09:24.766Z","dependency_job_id":"2d16074c-cc79-4e75-b136-dd66ea812ffa","html_url":"https://github.com/qingstor/qingstor-sdk-go","commit_stats":{"total_commits":210,"total_committers":18,"mean_commits":"11.666666666666666","dds":"0.49523809523809526","last_synced_commit":"f591a45f8a546faeb8ea89689433ab9f8b0b9403"},"previous_names":["yunify/qingstor-sdk-go"],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqingstor-sdk-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqingstor-sdk-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqingstor-sdk-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingstor%2Fqingstor-sdk-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qingstor","download_url":"https://codeload.github.com/qingstor/qingstor-sdk-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948505,"owners_count":21988961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","qingstor","qingstor-sdk","sdk"],"created_at":"2025-05-13T13:17:22.138Z","updated_at":"2025-05-13T13:17:22.774Z","avatar_url":"https://github.com/qingstor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QingStor SDK for Go\n\n[![Build Status](https://github.com/qingstor/qingstor-sdk-go/workflows/Unit%20Test/badge.svg?branch=master)](https://github.com/qingstor/qingstor-sdk-go/actions?query=workflow%3A%22Unit+Test%22)\n[![Go Report Card](https://goreportcard.com/badge/github.com/qingstor/qingstor-sdk-go)](https://goreportcard.com/report/github.com/qingstor/qingstor-sdk-go)\n[![API Reference](http://img.shields.io/badge/api-reference-green.svg)](https://docsv4.qingcloud.com/user_guide/storage/object_storage/)\n[![License](http://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/qingstor/qingstor-sdk-go/blob/master/LICENSE)\n[![Join the chat](https://img.shields.io/badge/chat-online-blue?style=flat\u0026logo=zulip)](https://qingstor.zulipchat.com/join/hzmetiy4ftc63jktrbfatyct/)\n\nEnglish | [中文](README_zh-CN.md)\n\nThe official QingStor SDK for the Go programming language.\n\nBefore 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.).\n\nThis 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.\n\n## Quick Start\n\nNow you are ready to code. You can read the detailed guides in the list below to have a clear understanding.\n\n- [Preparation](./docs/prepare.md)\n- [Installation](./docs/install.md)\n- [Configuration](./docs/config.md)\n- [Service Initialization](./docs/service.md)\n- [Code Examples](./docs/examples.md)\n- [Custom Logger](./docs/logger.md)\n\nCheckout 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.\n\n## Reference Documentations\n\n- [QingStor Documentation](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/)\n- [QingStor Guide](https://docsv4.qingcloud.com/user_guide/storage/object_storage/)\n- [QingStor APIs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/)\n\n## Contributing\n\n1. Fork it ( https://github.com/qingstor/qingstor-sdk-go/fork )\n2. Create your feature branch (`git checkout -b new-feature`)\n3. Commit your changes (`git commit -asm 'Add some feature'`)\n4. Push to the branch (`git push origin new-feature`)\n5. Create a new Pull Request\n\n## LICENSE\n\nThe Apache License (Version 2.0, January 2004).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingstor%2Fqingstor-sdk-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqingstor%2Fqingstor-sdk-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingstor%2Fqingstor-sdk-go/lists"}