{"id":28342480,"url":"https://github.com/beyondstorage/go-service-qingstor","last_synced_at":"2025-06-30T20:39:11.545Z","repository":{"id":46642361,"uuid":"276334977","full_name":"beyondstorage/go-service-qingstor","owner":"beyondstorage","description":"QingStor Object Storage support for go-storage.","archived":false,"fork":false,"pushed_at":"2024-03-01T13:55:58.000Z","size":252,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T15:48:24.693Z","etag":null,"topics":["object-storage","qingstor"],"latest_commit_sha":null,"homepage":"https://beyondstorage.io/docs/go-storage/services/qingstor","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/beyondstorage.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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T09:29:09.000Z","updated_at":"2023-07-06T06:20:43.000Z","dependencies_parsed_at":"2022-09-13T08:00:21.911Z","dependency_job_id":"f40ee872-9f9c-4954-8edc-33566e576067","html_url":"https://github.com/beyondstorage/go-service-qingstor","commit_stats":null,"previous_names":["aos-dev/go-service-qingstor"],"tags_count":7,"template":false,"template_full_name":"beyondstorage/go-service-example","purl":"pkg:github/beyondstorage/go-service-qingstor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondstorage%2Fgo-service-qingstor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondstorage%2Fgo-service-qingstor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondstorage%2Fgo-service-qingstor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondstorage%2Fgo-service-qingstor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondstorage","download_url":"https://codeload.github.com/beyondstorage/go-service-qingstor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondstorage%2Fgo-service-qingstor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260768989,"owners_count":23059985,"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":["object-storage","qingstor"],"created_at":"2025-05-27T05:22:07.279Z","updated_at":"2025-06-30T20:39:11.527Z","avatar_url":"https://github.com/beyondstorage.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-services-qingstor\n\n[QingStor Object Storage](https://www.qingcloud.com/products/objectstorage/) service support for [go-storage](https://github.com/beyondstorage/go-storage).\n\n## Notes\n\n**This package has been moved to [go-storage](https://github.com/beyondstorage/go-storage/tree/master/services/qingstor).**\n\n```shell\ngo get go.beyondstorage.io/services/qingstor/v4\n```\n\n## Install\n\n```go\ngo get github.com/beyondstorage/go-service-qingstor/v3\n```\n\n## Usage\n\n```go\nimport (\n\t\"log\"\n\n\t_ \"github.com/beyondstorage/go-service-qingstor/v3\"\n\t\"github.com/beyondstorage/go-storage/v4/services\"\n)\n\nfunc main() {\n\tstore, err := services.NewStoragerFromString(\"qingstor://bucket_name/path/to/workdir?credential=hmac:access_key_id:secret_access_key\u0026endpoint=https:qingstor.com\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\t\n\t// Write data from io.Reader into hello.txt\n\tn, err := store.Write(\"hello.txt\", r, length)\n}\n```\n\n- See more examples in [go-storage-example](https://github.com/beyondstorage/go-storage-example).\n- Read [more docs](https://beyondstorage.io/docs/go-storage/services/qingstor) about go-service-qingstor.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondstorage%2Fgo-service-qingstor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondstorage%2Fgo-service-qingstor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondstorage%2Fgo-service-qingstor/lists"}