recommended solutions for storing images
Hey,
I was wondering if anyone had any recommendations for storing images for my app.
Each image will be less than 150kb. Currently unsure about how many I am going to need to store
Currently when it gets sent to my nextjs api route i just store it in my db as a BLOB, however I don’t believe this will scale well
4 Replies
S3
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Backblaze B2 or Cloudflare R2 maybe?
cheers