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
Leonidas
Leonidas4y ago
S3
Unknown User
Unknown User4y ago
Message Not Public
Sign In & Join Server To View
Amos
Amos4y ago
Backblaze B2 or Cloudflare R2 maybe?
WOLFLEADER
WOLFLEADEROP4y ago
cheers

Did you find this page helpful?