dlcs / iiif-presentation

Allows for the creation and management of IIIF manifests
MIT License
0 stars 0 forks source link

Update ETags to better handle caching #3

Open JackLewis-digirati opened 2 months ago

JackLewis-digirati commented 2 months ago

currently ETag values are created using a file hash that's stored in an internal dictionary forever. This will cause memory issues if left to expand and so needs to be updated to use caching and pulling ETag values from S3 where possible instead of generating on the fly