feat: aws region is optional, use global sts endpoint when not set

This commit is contained in:
peterwoodworth
2023-03-15 14:12:01 -07:00
parent f9f25e69f5
commit f6fdf0cdbd
4 changed files with 18 additions and 10 deletions
-1
View File
@@ -121,7 +121,6 @@ overrides:
'@typescript-eslint/non-nullable-type-assertion-style': [warn]
'@typescript-eslint/prefer-for-of': [error]
'@typescript-eslint/prefer-literal-enum-member': [warn]
'@typescript-eslint/prefer-nullish-coalescing': [warn]
'@typescript-eslint/prefer-optional-chain': [warn]
'@typescript-eslint/prefer-readonly': [warn]
'@typescript-eslint/prefer-regexp-exec': [warn]