Add checkForModifiedFiles configuration setting (like the one from S3Reader) to AzureReader2
S3Reader2 and AzureReader2 are both plugins for working with images in cloud storage, the former for Amazon S3 and the latter for Windows Azure Storage.
S3Reader2 has a configuration setting named "checkForModifiedFiles". From the documentation "If true, S3Reader which check for updated source files on S3 when a cached file is requested. The metadata is cached for an hour after it is last accessed (configurable by code). If false, S3 will never be checked for newer versions of cached files, reducing latency costs by 50%. Defaults to false."
I would like to have this functionality in the AzureReader2 plugin.
See also my question on SO: http://stackoverflow.com/questions/23539472/the-diskcache-plugin-of-imageresizer-ignores-the-modified-date-of-images-retriev
This functionality is complete, and present in the V4 and develop branch on GitHub.
-
frankvaneykelen commented
Thank you very much! We will definitely be using this functionality in our projects.
-
frankvaneykelen commented
Great, thanks!