返回更新日志
代码
头像上传链路完成
完成基于签名 URL 的头像上传能力,并加强真实 API 测试与文档说明。
头像上传流程现已具备端到端可用能力,可直接用于生产环境。
更新内容
- 实现基于签名 URL 的头像上传主流程。
- 增加并重构真实 API 测试,覆盖 URL 校验与错误处理场景。
- 优化测试初始化与动态路径生成,提升测试稳定性。
- 补充存储相关环境变量与上传链路文档说明。
关联提交
dc08c88feat: implement avatar upload functionality with signed URL generation0f69648feat(api): implement avatar upload with signed URL and enhance test coveragef866e80test: refactor avatar upload real API tests for improved structure and functionality1f27df3test: enhance avatar upload URL validation in real API tests3349f8ftest: bootstrap environment for avatar upload tests and improve error messaging07c1a48refactor: enhance avatar upload tests with dynamic path generationf5170d8docs: enhance documentation for storage environment variable checks and avatar upload URL generation