Add warning for object storage misconfiguration (#24137)
This commit is contained in:
parent
75e5a6e437
commit
8fdf49b11d
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