feat: s3 config key to required config

This commit is contained in:
Derrick Hammer 2024-01-19 15:47:18 -05:00
parent 0eb6a9a3a3
commit 1f8ad3ac1a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ func initCheckRequiredConfig(p interfaces.Portal) error {
"core.db.password",
"core.db.host",
"core.db.name",
"core.storage.s3.bufferBucket",
"core.storage.s3.endpoint",
"core.storage.s3.region",
"core.storage.s3.accessKey",
"core.storage.s3.secretKey",
}
for _, key := range required {