The S3 blob manager currently logs an error on each binary when the GC of orphaned binaries is run:
2015-12-01 18:45:08,469 ERROR [NuxeoBinariesGCUI] [org.nuxeo.ecm.core.blob.BlobManagerComponent] Unknown binary manager for key: 3cf54c82be4fcbce05015a51e493e788
This happens since the refactoring of NXP-17895 and the fact that the getGarbageCollector method was forgotten when implementing BlobProvider directly instead of inheriting from BinaryBlobProvider.
- depends on
-
NXP-17895 Allow downloads to redirect to an external CDN
- Resolved