Skip to content

feat: implement image upload functionality with S3 integration#193

Merged
zakkiyyat merged 2 commits into
Discorverly:mainfrom
inteee:ft/media
Jun 22, 2026
Merged

feat: implement image upload functionality with S3 integration#193
zakkiyyat merged 2 commits into
Discorverly:mainfrom
inteee:ft/media

Conversation

@inteee

@inteee inteee commented Jun 22, 2026

Copy link
Copy Markdown
Contributor
  • Add uploads.controller.ts to handle image upload requests.
  • Create uploads.middleware.ts for file validation and processing using multer.
  • Define uploads.routes.ts to set up the image upload route with authentication.
  • Implement uploads.service.ts for processing images and uploading to AWS S3, including generating original and thumbnail variants.

closes #182

- Add uploads.controller.ts to handle image upload requests.
- Create uploads.middleware.ts for file validation and processing using multer.
- Define uploads.routes.ts to set up the image upload route with authentication.
- Implement uploads.service.ts for processing images and uploading to AWS S3, including generating original and thumbnail variants.

@zakkiyyat zakkiyyat left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. tests are failing
  2. remove the env from your commits, add to gitignore

@zakkiyyat
zakkiyyat merged commit 88bffdd into Discorverly:main Jun 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[API] S3 image upload pipeline — resize, store, and return CDN URLs

2 participants