{"id":23636720,"url":"https://github.com/chineseengineer/ali-oss-deploy-plus","last_synced_at":"2025-11-09T04:30:22.442Z","repository":{"id":57677264,"uuid":"489253180","full_name":"ChineseEngineer/ali-oss-deploy-plus","owner":"ChineseEngineer","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-16T01:00:08.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T17:07:42.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ChineseEngineer.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}},"created_at":"2022-05-06T07:10:24.000Z","updated_at":"2022-05-06T07:12:52.000Z","dependencies_parsed_at":"2022-08-24T19:41:27.691Z","dependency_job_id":null,"html_url":"https://github.com/ChineseEngineer/ali-oss-deploy-plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChineseEngineer%2Fali-oss-deploy-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChineseEngineer%2Fali-oss-deploy-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChineseEngineer%2Fali-oss-deploy-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChineseEngineer%2Fali-oss-deploy-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChineseEngineer","download_url":"https://codeload.github.com/ChineseEngineer/ali-oss-deploy-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239565686,"owners_count":19660177,"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-12-28T06:14:41.444Z","updated_at":"2025-11-09T04:30:22.195Z","avatar_url":"https://github.com/ChineseEngineer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 前端项目部署到 OSS\n\n## Usage\n\n```bash\n# 安装\nnpm install ali-oss-deploy-plus\n```\n\n```js\n// 使用\nconst aliOssDeployPlus = require('ali-oss-deploy-plus')\n\nconst ossOpts = {\n  bucket: '', // 桶名称\n  region: '', // 区域\n  accessKeyId: '', // AK\n  accessKeySecret: '', // AS\n  internal: true, // 默认内网传输\n}\nconst proOpts = {\n  projectPath: '', // oss 存放项目的路径\n  currentProjectPath: '', // 当前发布项目的文件夹路径 ps: dist\n  maxRetryTimes: 3, // 上传失败重试次数 默认 3\n  maxConcurrency: 100, // 上传最大并发数 默认 100\n}\nconst aliDeploy = new aliOssDeployPlus({\n  ossOpts,\n  proOpts\n})\n\naliDeploy.start()\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchineseengineer%2Fali-oss-deploy-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchineseengineer%2Fali-oss-deploy-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchineseengineer%2Fali-oss-deploy-plus/lists"}