Skip to content

Commit 845c0ea

Browse files
authored
Add pattern dualstack global by default (#4277)
1 parent b88543c commit 845c0ea

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Endpoint",
4+
"description": "Add pattern global dualstack by default"
5+
}

lib/region_config_data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@
231231
},
232232
"fipsDualstackByDefault": {
233233
"endpoint": "{service}-fips.{region}.api.aws"
234+
},
235+
"globalDualstackByDefault": {
236+
"endpoint": "{service}.global.api.aws"
237+
},
238+
"fipsGlobalDualstackByDefault": {
239+
"endpoint": "{service}-fips.global.api.aws"
234240
}
235241
}
236242
}

0 commit comments

Comments
 (0)