-
Notifications
You must be signed in to change notification settings - Fork 487
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
IamAwsProvider: fix custom endpoint having non-default port #1523
Conversation
As to the pipeline errors they are most likely unrelated to my changes - same error occurs on master branch and the class i touched is not used during the testes, so it should not affect them. I manually tested the built library in an example app based on the FileUploader from project's README, just to authenticate and call an API method. As far as i recall the tests fail because min.io instance expected to run TLS is not running TLS, hence giving this error. |
… relation to the used protocol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As okhttp3.HttpUrl
is taking care of default port for http
and https
, this commit should be reverted
Follow-up to #1522