We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dea73 commit 293d811Copy full SHA for 293d811
api/src/main/java/io/minio/credentials/IamAwsProvider.java
@@ -140,6 +140,7 @@ private String fetchImdsToken() {
140
new HttpUrl.Builder()
141
.scheme(url.scheme())
142
.host(url.host())
143
+ .port(url.port())
144
.addPathSegments("latest/api/token")
145
.build();
146
}
@@ -188,6 +189,7 @@ private HttpUrl getIamRoleNamedUrl(String token) {
188
189
190
191
192
193
.addPathSegments("latest/meta-data/iam/security-credentials/")
194
195
0 commit comments