Skip to content

Commit b2e0f76

Browse files
authored
Fix typo in AWS doc (#22097)
1 parent bd809bc commit b2e0f76

File tree

1 file changed

+1
-1
lines changed
  • docs/apache-airflow-providers-amazon/connections

1 file changed

+1
-1
lines changed

β€Ždocs/apache-airflow-providers-amazon/connections/aws.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Example
280280
self.log.debug("Refreshing federated AWS credentials")
281281
credentials = get_federated_aws_credentials(**self.extra_config["federation"])
282282
access_key_id = credentials["AccessKeyId"]
283-
access_key_id = credentials["Expiration"]
283+
expiry_time = credentials["Expiration"]
284284
self.log.info(
285285
f"New federated AWS credentials received with aws_access_key_id={access_key_id} and "
286286
f"expiry_time={expiry_time} for connection {self.conn.conn_id}"

0 commit comments

Comments
 (0)