Open sidemt opened 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.
public/uploads/
Meeting notes: We want to use S3
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.