digitalinteraction / ongoingness-api

API for the Ongoingness Project
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

:bug: Fixing media not being uploaded locally #6

Closed wel-shy closed 5 years ago

wel-shy commented 5 years ago

Description

Changes MediaController to resize images using Jimp instead of Sharp. Images are resized, written to file, then uploaded to S3. Process of uploading to S3 is skipped when deployed locally.

Fixes #4

Tested?

Tested with existing unit tests.