Invalid Region Constant in Aws::Region (AP_NORTHEAST_4) & Missing Region Constant (AP_SOUTHEAST_4) #3057
Labels
bug
This issue is a bug.
p1
This is a high priority issue
pending-release
This issue will be fixed by an approved PR that hasn't been released yet.
Describe the bug
Within
Aws::Region
there is a constantAP_NORTHEAST_4
, which translates toap-northeast-4
, however this is not an actual region available in AWS: https://docs.aws.amazon.com/general/latest/gr/s3.htmlExpected Behavior
The
AP_NORTHEAST_4
constant should actually beAP_SOUTHEAST_4
, mapping toap-southeast-4
Current Behavior
The
AP_NORTHEAST_4
constant is an invalid region and theAP_SOUTHEAST_4
constant does not existReproduction Steps
Possible Solution
Rename the invalid constant to
AP_SOUTHEAST_4
and it's string value toap-southeast-4
Additional Information/Context
No response
AWS CPP SDK version used
1.11.352
Compiler and Version used
gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3)
Operating System and version
Rocky Linux 9.3
The text was updated successfully, but these errors were encountered: