sambecker / exif-photo-blog

Photo blog, reporting 🤓 EXIF camera details (aperture, shutter speed, ISO) for each image.
https://photos.sambecker.com
711 stars 117 forks source link

Vercel Blob hitting 100MB cap on outgoing bandwidth almost immediately #18

Closed elibenton closed 9 months ago

elibenton commented 9 months ago

Hey Sam! Thank you for making this website template. It is absolutely stunningly gorgeous, and I LOVE the simplicity of EXIF parsing. The whole thing is just so inspiring. I have one small question. While getting it set up, I've already hit the 100MB limit on Vercel Blob outgoing bandwidth twice! All of I've done is upload three or four photos, re-deploy a few times to get the environmental variables I want, and push a few tiny tweaks from a local copy. Is there anything I'm doing wrong, or is 100 MB just not enough bandwidth? I'd really hate to have to upgrade to Vercel Pro, $20 for a photo storage blob just feels wrong!

Thanks for any help you may be able to provide!

Eli

XahidEx commented 9 months ago

Same bro 😁

elibenton commented 9 months ago

Apologies, Sam, I’m seeing you already closed a similar comment.

I think I’ll try to make a version that uses Cloudflare R2. That seems like it would be a good combo of beginner friendly but with a lot more bandwidth at a more reasonable price.

Would you be able to point me to all the spots in the code base where id need to make adjustments? Thanks!

sambecker commented 9 months ago

21 adds support for AWS S3

Thank you for your kinds words @elibenton!

elibenton commented 9 months ago

Wow thank you so much!

sambecker commented 9 months ago

Of course! @elibenton let me know how it goes.