Skip to content

Commit ebcb938

Browse files
committed
chore(config-resolver): remove hostname from RegionHash/PartitionHash
1 parent fefe6d6 commit ebcb938

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/config-resolver/src/regionInfo/PartitionHash.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export type PartitionHash = {
99
[key: string]: {
1010
regions: string[];
1111
regionRegex: string;
12-
// TODO: Remove hostname after fully switching to variants.
13-
hostname: string;
1412
variants: EndpointVariant[];
1513
endpoint?: string;
1614
};

packages/config-resolver/src/regionInfo/RegionHash.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { EndpointVariant } from "./EndpointVariant";
66
*/
77
export type RegionHash = {
88
[key: string]: {
9-
// TODO: Remove hostname after fully switching to variants.
10-
hostname: string;
119
variants: EndpointVariant[];
1210
signingService?: string;
1311
signingRegion?: string;

0 commit comments

Comments
 (0)