-
Notifications
You must be signed in to change notification settings - Fork 671
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
GetChange broken in github.com/aws/aws-sdk-go-v2/service/route53 v1.21.11 #1838
Comments
Issue confirmed. I've added an action item for us to try and cleanup the path. Thank you! |
|
|
Describe the bug
Change ID does exist:
Expected Behavior
This worked in 1.20.4. It broke in 1.21.11
Current Behavior
See bug description. User has to workaround this by manually trimming "/change/" prefix on changeID before passing it to GetChange(), which is not ideal.
Reproduction Steps
See bug description. Looks very similar to something reported on the rust SDK: awslabs/aws-sdk-rust#554. Something clearly regressed.
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
github.com/aws/aws-sdk-go v1.44.94
github.com/aws/aws-sdk-go-v2 v1.16.14
github.com/aws/aws-sdk-go-v2/config v1.17.5
github.com/aws/aws-sdk-go-v2/credentials v1.12.18
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.14
github.com/aws/aws-sdk-go-v2/service/ec2 v1.54.4
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.16
github.com/aws/aws-sdk-go-v2/service/eks v1.21.11
github.com/aws/aws-sdk-go-v2/service/route53 v1.21.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.9
github.com/aws/aws-sdk-go-v2/service/sts v1.16.17
Compiler and Version used
go 1.18
Operating System and version
Ubuntu AMD64
The text was updated successfully, but these errors were encountered: