django-vue3-admin-web/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js
2025-10-20 21:21:14 +08:00

2 lines
169 B
JavaScript

export const getResolvedPartition = (region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws";