True! In my head I always avoid putting files in any database/kv store because then my code has to d

True! In my head I always avoid putting files in any database/kv store because then my code has to deal with retrieving, potentially decoding and then serving it up instead of offloading it to the/a static file CDN (although you might still want a worker for generating a signed S3 URL).
Was this page helpful?