Add warning for object storage misconfiguration (#24137)
This commit is contained in:
parent
a6217bd035
commit
9715a211c7
5 changed files with 119 additions and 6 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
class Admin::SystemCheck
|
||||
ACTIVE_CHECKS = [
|
||||
Admin::SystemCheck::MediaPrivacyCheck,
|
||||
Admin::SystemCheck::DatabaseSchemaCheck,
|
||||
Admin::SystemCheck::SidekiqProcessCheck,
|
||||
Admin::SystemCheck::RulesCheck,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue