Skip to content

Commit d1e694b

Browse files
committed
Fix doc
1 parent 7b23659 commit d1e694b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

object_store/src/aws/credential.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pub enum CredentialProvider {
248248
Static {
249249
credential: Arc<AwsCredential>,
250250
},
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>
252252
Instance {
253253
cache: TokenCache<Arc<AwsCredential>>,
254254
},
@@ -331,7 +331,7 @@ impl From<InstanceCredentials> for AwsCredential {
331331
}
332332
}
333333

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>
335335
async fn instance_creds(
336336
client: &Client,
337337
retry_config: &RetryConfig,
@@ -406,7 +406,7 @@ impl From<AssumeRoleCredentials> for AwsCredential {
406406
}
407407
}
408408

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>
410410
async fn web_identity(
411411
client: &Client,
412412
retry_config: &RetryConfig,

0 commit comments

Comments
 (0)