Fix required (#4357)

This commit is contained in:
Pere Miquel Brull 2022-04-22 12:20:33 +02:00 committed by GitHub
parent 8cc7999ce4
commit 2bd5d02b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -49,9 +49,6 @@
},
"additionalProperties": false,
"required": [
"endPointURL",
"awsRegion",
"awsAccessKeyId",
"awsSecretAccessKey"
"awsConfig"
]
}

View File

@ -59,9 +59,6 @@
},
"additionalProperties": false,
"required": [
"endPointURL",
"awsRegion",
"awsAccessKeyId",
"awsSecretAccessKey"
"awsConfig"
]
}