File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ pub enum CredentialProvider {
248
248
Static {
249
249
credential : Arc < AwsCredential > ,
250
250
} ,
251
- /// https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html
251
+ /// < https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html>
252
252
Instance {
253
253
cache : TokenCache < Arc < AwsCredential > > ,
254
254
} ,
@@ -331,7 +331,7 @@ impl From<InstanceCredentials> for AwsCredential {
331
331
}
332
332
}
333
333
334
- /// https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#instance-metadata-security-credentials
334
+ /// < https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#instance-metadata-security-credentials>
335
335
async fn instance_creds (
336
336
client : & Client ,
337
337
retry_config : & RetryConfig ,
@@ -406,7 +406,7 @@ impl From<AssumeRoleCredentials> for AwsCredential {
406
406
}
407
407
}
408
408
409
- /// https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html
409
+ /// < https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html>
410
410
async fn web_identity (
411
411
client : & Client ,
412
412
retry_config : & RetryConfig ,
You can’t perform that action at this time.
0 commit comments