The LRUFileCache used by the S3 connector has a hardcoded MIN_AGE_MILLIS of one hour, which means that files accessed less than one hour ago will not be cleaned.
This should be made configurable.
-> Use nuxeo.s3storage.cacheminage for this (in seconds).
- depends on
-
NXP-17358 Configure S3 binary manager through extension point
- Resolved