You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to query the API for all the available STS endpoints. However, it seems that the STS endpoints returned by the API do not match what is defined in the documentation.
I need to query the API for all the available STS endpoints. However, it seems that the STS endpoints returned by the API do not match what is defined in the documentation.
See:
alibaba-cloud-sdk-go/sdk/endpoints/endpoints_config.go
Lines 2575 to 2582 in b1c01de
The STS endpoints_config.go regional_endpoints field is null. So making the following call:
endpoint
will always be the gobal endpoint. But I would expect it to returnsts.us-east-1.aliyuncs.com
as defined in the documentation.The text was updated successfully, but these errors were encountered: