/
2024-02-09 Image Hosting Meeting Notes

2024-02-09 Image Hosting Meeting Notes

 Date

Feb 9, 2024

 Participants

  • @Ruben Olano

  • @Ethan Bickel

  • @Josh

 Goals

  • Image hosting

  • Image uploading

 Discussion topics

Item

Agenda

Notes

Item

Agenda

Notes

Hosting

Ethan Implementation

  • S3 bucket

    • Up to 10Gb

    • 10m reads + 1m uploads

  • Cloudflare workers for API endpoint

    • Currently using the free tier

    • 100k req/day

    • Vercel caches this stuff

  • Current Usage

    • 2k reads so far in one week

Previous Discussion

Google Cloud

  • Cloud buckets

    • Super cheap

    • Makes management easier

  • Should just be CRUD API access

Image Sizing

Define image sizes in elements

  • Improves Vercel caching

  • Define mobile redesign before doing this

Image Upload

Validation

  • Validate file extensions

  • Size limit

    • 5Mb