Avatar Upload Flow Completed
Delivered avatar upload via signed URL, with real API test hardening and docs updates.
The avatar upload workflow is now end-to-end production ready.
What changed
- Implemented avatar upload using signed URL generation.
- Added and refined real API tests for upload URL validation and error handling.
- Improved test bootstrap and dynamic path generation for better reliability.
- Updated storage-related documentation and environment variable guidance.
Commits included
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