feat: s3 config key to required config
This commit is contained in:
parent
0eb6a9a3a3
commit
1f8ad3ac1a
|
@ -49,6 +49,11 @@ func initCheckRequiredConfig(p interfaces.Portal) error {
|
||||||
"core.db.password",
|
"core.db.password",
|
||||||
"core.db.host",
|
"core.db.host",
|
||||||
"core.db.name",
|
"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 {
|
for _, key := range required {
|
||||||
|
|
Loading…
Reference in New Issue