gohorsejobs/backend/internal
Tiago Yamamoto ce6e35aefd feat(backend): implement S3 object storage with pre-signed URLs
- Add s3_storage.go service using AWS SDK v2
- Support custom S3-compatible endpoints (Civo)
- Implement pre-signed URL generation for uploads/downloads
- Add storage_handler.go with REST endpoints
- Register protected storage routes in router
- Graceful degradation when S3 not configured
2025-12-11 14:41:25 -03:00
..
api first commit 2025-12-09 19:04:48 -03:00
core first commit 2025-12-09 19:04:48 -03:00
database feat(backend): add PostgreSQL SSL support and DB_SSLMODE env var 2025-12-11 14:41:11 -03:00
dto first commit 2025-12-09 19:04:48 -03:00
handlers feat(backend): implement S3 object storage with pre-signed URLs 2025-12-11 14:41:25 -03:00
infrastructure feat(backend): implement S3 object storage with pre-signed URLs 2025-12-11 14:41:25 -03:00
middleware first commit 2025-12-09 19:04:48 -03:00
models first commit 2025-12-09 19:04:48 -03:00
router feat(backend): implement S3 object storage with pre-signed URLs 2025-12-11 14:41:25 -03:00
services first commit 2025-12-09 19:04:48 -03:00
utils first commit 2025-12-09 19:04:48 -03:00