Hello guys,
i have a website craft with strapi and next JS, in production. I’m using cloudinary to host my files, but i have more that 4000 files and i’m hitting the free tier of cloudinary, even with a low traffic on my website (5K user / month), and the problem is : the paid plan of cloudinary is really expansive. I want to switch to S3, but how can i switch from cloudinary to S3, without loosing my files on cloudinary ? Do i need to reupload every file one by one ?
Thanks you