{"id":19411530,"url":"https://github.com/volcengine/ve-tos-js-sdk","last_synced_at":"2025-04-24T10:33:56.285Z","repository":{"id":65557356,"uuid":"531421971","full_name":"volcengine/ve-tos-js-sdk","owner":"volcengine","description":"Volcengine Object Storage(TOS) JavaScript SDK","archived":false,"fork":false,"pushed_at":"2024-03-26T02:52:49.000Z","size":21856,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-03-26T16:59:23.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volcengine.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}},"created_at":"2022-09-01T08:04:50.000Z","updated_at":"2024-04-15T11:29:31.830Z","dependencies_parsed_at":"2023-02-15T22:01:22.118Z","dependency_job_id":"167b7a92-cd48-482b-b8fe-5ce35764177a","html_url":"https://github.com/volcengine/ve-tos-js-sdk","commit_stats":{"total_commits":118,"total_committers":3,"mean_commits":"39.333333333333336","dds":"0.016949152542372836","last_synced_commit":"a923a889a801a1b0e9bc5d41ea4e0b948ff90188"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2Fve-tos-js-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2Fve-tos-js-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2Fve-tos-js-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2Fve-tos-js-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volcengine","download_url":"https://codeload.github.com/volcengine/ve-tos-js-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223950405,"owners_count":17230467,"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":[],"created_at":"2024-11-10T12:21:52.121Z","updated_at":"2024-11-10T12:21:52.769Z","avatar_url":"https://github.com/volcengine.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Volcengine Object Storage(TOS) JS SDK\n\n## Install\n\n### yarn\n\n```shell\nyarn add @volcengine/tos-sdk\n```\n\n### npm\n\n```shell\nnpm i @volcengine/tos-sdk\n```\n\n## Use JS SDK\n\n- Import\n\n  ```js\n  // use import\n  import { TosClient } from '@volcengine/tos-sdk';\n\n  // use require\n  const { TosClient } = require('@volcengine/tos-sdk');\n  ```\n\n- Create a client\n\n  ```js\n  const client = new TosClient({\n    accessKeyId: 'Your Access Key',\n    accessKeySecret: 'Your Secret Key',\n    region: 'cn-beijing',\n    endpoint: 'endpoint',\n  });\n  ```\n\n- More example, see test and example folder\n\n## Changelog\n\nDetailed changes for each release are documented in the [CHANGELOG.md](https://github.com/volcengine/ve-tos-js-sdk/blob/main/CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolcengine%2Fve-tos-js-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolcengine%2Fve-tos-js-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolcengine%2Fve-tos-js-sdk/lists"}