Skip to content

Commit b7412fb

Browse files
Update packages/smithy-aws-core/src/smithy_aws_core/credentials_resolvers/imds.py
Co-authored-by: Nate Prewitt <[email protected]>
1 parent ef5e169 commit b7412fb

File tree

1 file changed

+1
-1
lines changed
  • packages/smithy-aws-core/src/smithy_aws_core/credentials_resolvers

1 file changed

+1
-1
lines changed

packages/smithy-aws-core/src/smithy_aws_core/credentials_resolvers/imds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ async def get_identity(
245245
class IMDSCredentialsSource(CredentialsSource):
246246
def is_available(self, config: AwsCredentialsConfig) -> bool:
247247
# IMDS credentials should always be the last in the chain
248-
# We cannot check if they available without actually making a call
248+
# We cannot check if they're available without actually making a call
249249
return True
250250

251251
def build_resolver(self, config: AwsCredentialsConfig) -> AWSCredentialsResolver:

0 commit comments

Comments
 (0)