Skip to content

Commit

Permalink
Merge branch 'main' into fix-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jul 1, 2024
2 parents 01686bd + ca8bfb3 commit 63a566b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ static const std::string kEngineSettingsModel = /*suppress newline*/ 1 + R"json(
"description": "Cloud bucket access key ID",
"defaultValue": "",
"validationErrorMessage": "Access key ID must be >=16 alphanumeric characters (uppercase or 2-7).",
"validationRegex": "^[A-Z2-7]{16,128}$",
"isActive": true
"validationRegex": "^[A-Z2-7]{16,128}$"
},
{
"type": "PasswordField",
Expand All @@ -96,8 +95,7 @@ static const std::string kEngineSettingsModel = /*suppress newline*/ 1 + R"json(
"description": "Cloud bucket secret key",
"defaultValue": "",
"validationErrorMessage": "Secret key must be 32 or 40 alphanumeric-plus-slash characters",
"validationRegex": "^[A-Za-z0-9/+=]{32,40}$",
"isActive": true
"validationRegex": "^[A-Za-z0-9/+=]{32,40}$"
}
]
},
Expand Down

0 comments on commit 63a566b

Please sign in to comment.