-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Trailing space in the Endpoint config parameter crashes the client #689
Labels
bug
This issue is a bug.
Comments
Hello @sergeyfd, thank you for bringing this to our attention and the detailed log. I'll go ahead and try to reproduce it. |
@sergeyfd - A current workaround is to |
xibz
added a commit
to xibz/aws-sdk-go
that referenced
this issue
May 20, 2016
xibz
added a commit
that referenced
this issue
May 23, 2016
* Fixes #689. Invalid enpoint URLs * Updating test to only run on 1.6
Closed
skotambkar
pushed a commit
to skotambkar/aws-sdk-go
that referenced
this issue
May 20, 2021
Merge Smithy Clients into Master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Client crashes if Endpoint has a trailing space:
awsConfig.WithEndpoint("some.server.com:80 ")
The text was updated successfully, but these errors were encountered: