freeCodeCamp / publish

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

Image hosting #52

Open sidemt opened 1 year ago

sidemt commented 1 year 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 1 year ago

Meeting notes: We want to use S3