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 bd809bc commit b2e0f76Copy full SHA for b2e0f76
βdocs/apache-airflow-providers-amazon/connections/aws.rst
@@ -280,7 +280,7 @@ Example
280
self.log.debug("Refreshing federated AWS credentials")
281
credentials = get_federated_aws_credentials(**self.extra_config["federation"])
282
access_key_id = credentials["AccessKeyId"]
283
- access_key_id = credentials["Expiration"]
+ expiry_time = credentials["Expiration"]
284
self.log.info(
285
f"New federated AWS credentials received with aws_access_key_id={access_key_id} and "
286
f"expiry_time={expiry_time} for connection {self.conn.conn_id}"
0 commit comments