render-examples / strapi-postgres-cloudinary

Deploy Strapi with PostgreSQL and Cloudinary on Render.
https://render.com/docs/deploy-strapi
MIT License
41 stars 165 forks source link

AWS S3 instead of Cloudinary #14

Open codenamethanos opened 2 years ago

codenamethanos commented 2 years ago

Is it possible that I can use AWS S3 instead of Cloudinary? Thanks

davidmauskop commented 2 years ago

Yes! I'd recommend that you fork the repo and then replace strapi-provider-upload-cloudinary with strapi-provider-upload-aws-s3. You'll want to update the package.json file, and also update the production config (https://github.com/render-examples/strapi-postgres-cloudinary/blob/master/config/env/production/plugins.js) based on the instructions at https://www.npmjs.com/package/strapi-provider-upload-aws-s3.