Skip to content

Commit

Permalink
chore: internal region check before default (#4419)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed May 12, 2023
1 parent b841591 commit 8cf76c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/region_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function derivedKeys(service) {
[region, '*'],
[regionPrefix, '*'],
['*', endpointPrefix],
[region, 'internal-*'],
['*', '*']
].map(function(item) {
return item[0] && item[1] ? item.join('/') : null;
Expand Down

0 comments on commit 8cf76c9

Please sign in to comment.