Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implicitGlobalRegion for aws-cn is incorrect #3317

Closed
1 task
ruberVulpes opened this issue Dec 5, 2024 · 0 comments
Closed
1 task

implicitGlobalRegion for aws-cn is incorrect #3317

ruberVulpes opened this issue Dec 5, 2024 · 0 comments
Labels
bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged.

Comments

@ruberVulpes
Copy link

Describe the bug

In botocore/data/partitions.json aws-cn has its implicitGlobalRegion set as cn-northwest-1 when it should be cn-north-1

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

  }, {
    "id" : "aws-cn",
    "outputs" : {
      "dnsSuffix" : "amazonaws.com.cn",
      "dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
      "implicitGlobalRegion" : "cn-north-1",
      "name" : "aws-cn",
      "supportsDualStack" : true,
      "supportsFIPS" : true
    },
    "regionRegex" : "^cn\\-\\w+\\-\\d+$",
    "regions" : {
      "aws-cn-global" : {
        "description" : "AWS China global region"
      },
      "cn-north-1" : {
        "description" : "China (Beijing)"
      },
      "cn-northwest-1" : {
        "description" : "China (Ningxia)"
      }
    }
  }, {

Current Behavior

  }, {
    "id" : "aws-cn",
    "outputs" : {
      "dnsSuffix" : "amazonaws.com.cn",
      "dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
      "implicitGlobalRegion" : "cn-northwest-1",
      "name" : "aws-cn",
      "supportsDualStack" : true,
      "supportsFIPS" : true
    },
    "regionRegex" : "^cn\\-\\w+\\-\\d+$",
    "regions" : {
      "aws-cn-global" : {
        "description" : "AWS China global region"
      },
      "cn-north-1" : {
        "description" : "China (Beijing)"
      },
      "cn-northwest-1" : {
        "description" : "China (Ningxia)"
      }
    }
  }, {

Reproduction Steps

n/a

Possible Solution

No response

Additional Information/Context

No response

SDK version used

n/a

Environment details (OS name and version, etc.)

n/a

@ruberVulpes ruberVulpes added bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged. labels Dec 5, 2024
@ruberVulpes ruberVulpes closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant