Initial
This commit is contained in:
1
resources/app/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js
generated
vendored
Normal file
1
resources/app/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export const getResolvedPartition = (region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws";
|
||||
Reference in New Issue
Block a user