-
Notifications
You must be signed in to change notification settings - Fork 866
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
ca-west-1 region is not in the service metadata #4805
Comments
Yup, that's right. I'll raise this issue to the EC2 team, they need to add |
I have checked the service metadata for ec2 only, but it is better to check the metadata for other services, too. |
@daeho-ro starting in SDK version |
It is working in my test code. Thanks! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Simple test for new region
ca-west-1
is failed.I suspect that the service metadata for the ec2 is not updated well.
Maybe the new region should be added into the file, endpoints.json right?
Expected Behavior
Since the new region,
ca-west-1
is announced, the region can be found from the service metadata.Current Behavior
I cannot find the new region
ca-west-1
from the service metadata.Reproduction Steps
FAILED.
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.22.9
JDK version used
17
Operating System and version
M1
The text was updated successfully, but these errors were encountered: