The previous PR added a bug in which @Singleton annotated resources are lazily loaded. Since they were never referenced, they were never instantiated.
This fixes that problem by... instantiating them in an internal resource (/internal/s3Maintenance) and adding the ability to interrogate the last rules set.
The previous PR added a bug in which
@Singleton
annotated resources are lazily loaded. Since they were never referenced, they were never instantiated.This fixes that problem by... instantiating them in an internal resource (
/internal/s3Maintenance
) and adding the ability to interrogate the last rules set.