S3 object keys and presigned URLs for product images
If I use S3 for storing images, should I store only the object keys in the database and generate a presigned url every time I fetch the records to return to the client? How efficient is this approach for something like a product catalog where each product can have multiple images and I would need to generate several presigned urls every time the catalog is requested?