{"id":15487778,"url":"https://github.com/rostopira/parse-server-alibaba-oss-adapter","last_synced_at":"2026-02-02T20:07:23.361Z","repository":{"id":119134101,"uuid":"196009722","full_name":"rostopira/parse-server-alibaba-oss-adapter","owner":"rostopira","description":"Parse Server adapter for AlibabaCloud Object Storage Service","archived":false,"fork":false,"pushed_at":"2022-12-06T19:05:17.000Z","size":57,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T07:54:57.606Z","etag":null,"topics":["alibaba-oss","parse-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rostopira.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-07-09T13:01:49.000Z","updated_at":"2020-03-11T08:00:36.000Z","dependencies_parsed_at":"2023-07-09T23:15:23.064Z","dependency_job_id":null,"html_url":"https://github.com/rostopira/parse-server-alibaba-oss-adapter","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"8a60be9bbb772f1ef3b576c2c8f6c02fc1e9fcff"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostopira%2Fparse-server-alibaba-oss-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostopira%2Fparse-server-alibaba-oss-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostopira%2Fparse-server-alibaba-oss-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostopira%2Fparse-server-alibaba-oss-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rostopira","download_url":"https://codeload.github.com/rostopira/parse-server-alibaba-oss-adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535216,"owners_count":20954571,"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":["alibaba-oss","parse-server"],"created_at":"2024-10-02T06:41:42.543Z","updated_at":"2026-02-02T20:07:23.255Z","avatar_url":"https://github.com/rostopira.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parse-server-alibaba-oss-adapter\n\nParse Server adapter for AlibabaCloud Object Storage Service\n\n# Installation\n\n`npm install git+https://git@github.com/rostopira/parse-server-alibaba-oss-adapter.git`\n\n# Usage\n\n```\nconst OSSAdapter = require('parse-server-alibaba-oss-adapter');\n\nnew ParseServer({\n    // Other options\n    // Example config, change every field (=\n    filesAdapter: new OSSAdapter({\n        \"region\": \"oss-cn-beijing\",\n        \"accessKeyId\": \"XXX\",\n        \"accessKeySecret\": \"AAA\",\n        \"bucket\": \"mybucket\",\n        \"internal\": true, //set to true, if running inside VPC, defaults to false\n        \"secure\": false   //defaults to !internal``\n    })\n});\n```\n\n### Using environment variables\n\nSet your environment variables:\n\n```\nOSS_REGION=oss-cn-beijing\nOSS_ACCESS_KEY_ID=XXX\nOSS_ACCESS_KEY_SECRET=AAA\nOSS_BUCKET=mybucket\nOSS_INTERNAL=true\nOSS_SECURE=false\n```\n\nAnd update your config / options\n\n```\nconst OSSAdapter = require('parse-server-alibaba-oss-adapter');\n\nnew ParseServer({\n    // Other options\n    filesAdapter: new OSSAdapter()\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frostopira%2Fparse-server-alibaba-oss-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frostopira%2Fparse-server-alibaba-oss-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frostopira%2Fparse-server-alibaba-oss-adapter/lists"}