{"id":19036169,"url":"https://github.com/tx7do/minio-typescript-example","last_synced_at":"2025-10-18T16:54:09.224Z","repository":{"id":112433648,"uuid":"475266299","full_name":"tx7do/minio-typescript-example","owner":"tx7do","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-04T09:10:10.000Z","size":462,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T02:33:34.663Z","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/tx7do.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":"2022-03-29T03:27:56.000Z","updated_at":"2025-02-04T09:10:13.000Z","dependencies_parsed_at":"2025-02-04T10:31:52.695Z","dependency_job_id":null,"html_url":"https://github.com/tx7do/minio-typescript-example","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/tx7do%2Fminio-typescript-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fminio-typescript-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fminio-typescript-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tx7do%2Fminio-typescript-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tx7do","download_url":"https://codeload.github.com/tx7do/minio-typescript-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249348729,"owners_count":21255312,"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-08T21:53:39.407Z","updated_at":"2025-10-18T16:54:04.183Z","avatar_url":"https://github.com/tx7do.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript前端上传文件到MinIO实例\r\n\r\n* 后端使用Golang+gin开发,主要是调用MinIO的presignedPutObject接口获取临时上传连接\r\n* 前端有React和Vue3的实现\r\n\r\n## 本地Docker部署测试服务器\r\n\r\n```bash\r\ndocker pull bitnami/minio:latest\r\n\r\n# MINIO_ROOT_USER最少3个字符\r\n# MINIO_ROOT_PASSWORD最少8个字符\r\n# 第一次运行的时候,服务会自动关闭,手动再次启动就可以正常运行了.\r\ndocker run -itd \\\r\n    --name minio-server \\\r\n    -p 9000:9000 \\\r\n    -p 9001:9001 \\\r\n    --env MINIO_ROOT_USER=\"root\" \\\r\n    --env MINIO_ROOT_PASSWORD=\"123456789\" \\\r\n    --env MINIO_DEFAULT_BUCKETS='images' \\\r\n    --env MINIO_FORCE_NEW_KEYS=\"yes\" \\\r\n    --env BITNAMI_DEBUG=true \\\r\n    bitnami/minio:latest\r\n\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftx7do%2Fminio-typescript-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftx7do%2Fminio-typescript-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftx7do%2Fminio-typescript-example/lists"}