freeCodeCamp / publish

> Content backend platform for /news
https://publish.freecodecamp.org
BSD 3-Clause "New" or "Revised" License
10 stars 9 forks source link

Image hosting #52

Open sidemt opened 11 months ago

sidemt commented 11 months ago

We want to save and host image files outside of Strapi app instance.

It's possible to use Amazon S3 or Cloudinary: https://docs.strapi.io/dev-docs/plugins/upload

Currently, when you upload an image to Strapi's media library, the image file will be saved under public/uploads/ directory.

sidemt commented 8 months ago

Meeting notes: We want to use S3