|
5159 | 5159 | "ap-east-1" : { },
|
5160 | 5160 | "ap-northeast-1" : { },
|
5161 | 5161 | "ap-northeast-2" : { },
|
| 5162 | + "ap-northeast-3" : { }, |
5162 | 5163 | "ap-south-1" : { },
|
5163 | 5164 | "ap-southeast-1" : { },
|
5164 | 5165 | "ap-southeast-2" : { },
|
|
9327 | 9328 | "s3-control" : {
|
9328 | 9329 | "defaults" : {
|
9329 | 9330 | "protocols" : [ "https" ],
|
9330 |
| - "signatureVersions" : [ "s3v4" ] |
| 9331 | + "signatureVersions" : [ "s3v4" ], |
| 9332 | + "variants" : [ { |
| 9333 | + "dnsSuffix" : "amazonaws.com", |
| 9334 | + "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}", |
| 9335 | + "tags" : [ "dualstack", "fips" ] |
| 9336 | + }, { |
| 9337 | + "dnsSuffix" : "amazonaws.com", |
| 9338 | + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", |
| 9339 | + "tags" : [ "dualstack" ] |
| 9340 | + } ] |
9331 | 9341 | },
|
9332 | 9342 | "endpoints" : {
|
9333 | 9343 | "ap-northeast-1" : {
|
|
12845 | 12855 | "s3-control" : {
|
12846 | 12856 | "defaults" : {
|
12847 | 12857 | "protocols" : [ "https" ],
|
12848 |
| - "signatureVersions" : [ "s3v4" ] |
| 12858 | + "signatureVersions" : [ "s3v4" ], |
| 12859 | + "variants" : [ { |
| 12860 | + "dnsSuffix" : "amazonaws.com.cn", |
| 12861 | + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", |
| 12862 | + "tags" : [ "dualstack" ] |
| 12863 | + } ] |
12849 | 12864 | },
|
12850 | 12865 | "endpoints" : {
|
12851 | 12866 | "cn-north-1" : {
|
|
15562 | 15577 | "s3-control" : {
|
15563 | 15578 | "defaults" : {
|
15564 | 15579 | "protocols" : [ "https" ],
|
15565 |
| - "signatureVersions" : [ "s3v4" ] |
| 15580 | + "signatureVersions" : [ "s3v4" ], |
| 15581 | + "variants" : [ { |
| 15582 | + "dnsSuffix" : "amazonaws.com", |
| 15583 | + "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}", |
| 15584 | + "tags" : [ "dualstack", "fips" ] |
| 15585 | + }, { |
| 15586 | + "dnsSuffix" : "amazonaws.com", |
| 15587 | + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", |
| 15588 | + "tags" : [ "dualstack" ] |
| 15589 | + } ] |
15566 | 15590 | },
|
15567 | 15591 | "endpoints" : {
|
15568 | 15592 | "us-gov-east-1" : {
|
|
0 commit comments