Skip to content

Commit

Permalink
refactor: consistent regex with previous connectors and looser checks…
Browse files Browse the repository at this point in the history
… on region

Signed-off-by: Pavan Yekbote <mail2pavanyekbote@gmail.com>
  • Loading branch information
pyek-bot committed Jan 22, 2025
1 parent 9f1c887 commit bfdffc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private MLCommonsSettings() {}
"^https://bedrock\\..*[a-z0-9-]\\.amazonaws\\.com/.*$",
"^https://textract\\..*[a-z0-9-]\\.amazonaws\\.com$",
"^https://comprehend\\..*[a-z0-9-]\\.amazonaws\\.com$",
"^https://rekognition(-fips)?\\.[a-z0-9-]+\\.amazonaws\\.com$"
"^https://rekognition(-fips)?\\..*[a-z0-9-]\\.amazonaws\\.com$"
),
Function.identity(),
Setting.Property.NodeScope,
Expand Down

0 comments on commit bfdffc0

Please sign in to comment.