We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefe6d6 commit ebcb938Copy full SHA for ebcb938
packages/config-resolver/src/regionInfo/PartitionHash.ts
@@ -9,8 +9,6 @@ export type PartitionHash = {
9
[key: string]: {
10
regions: string[];
11
regionRegex: string;
12
- // TODO: Remove hostname after fully switching to variants.
13
- hostname: string;
14
variants: EndpointVariant[];
15
endpoint?: string;
16
};
packages/config-resolver/src/regionInfo/RegionHash.ts
@@ -6,8 +6,6 @@ import { EndpointVariant } from "./EndpointVariant";
6
*/
7
export type RegionHash = {
8
signingService?: string;
signingRegion?: string;
0 commit comments