Ask HN: Image Hosting Service Reccomended?
I'm planning to build a website for some friends, and It will have around 30 images (art and photography, non propietary). I'll write a simple CMS so they can add/remove images, which Image hosting service do you think is best for this task? AWS S3 seems too complicated to setup in the free tier, bbImage looks like an option, any suggestions very much appreciated, thanks!!!
5 comments
[ 0.35 ms ] story [ 24.4 ms ] threadIf not, store it on your database as blobs.
Regardless on which one above you choose, if you implement something like Cloudflare, you can get a CDN for those images. If you don't want everything behind Cloudflare, you can have the images served under a different subdomain and have that under cloudflare.
If not, an alternative to S3 is Google Cloud Storage. Create a bucket. Set it as public (everything in the bucket is available) and then you just need to worry about upload.
Here's a quick example in python, https://pypi.org/project/google-cloud-storage/
30 images doesn't seem like it's worth a separate service contract.
Free teir offers up to 25GB of net viewing bandwidth. Plenty for what ur doing.
https://cloudinary.com