o-nikolas commented on code in PR #31824:
URL: https://github.com/apache/airflow/pull/31824#discussion_r1224895736
##########
airflow/providers/amazon/aws/hooks/logs.py:
##########
@@ -72,16 +79,17 @@ def get_log_events(
This is for when there are multiple entries at the same timestamp.
:param start_from_head: whether to start from the beginning (True) of
the log or
at the end of the log (False).
+ :param continuation_token: a wrapper around a token indicating where
to read logs from.
Review Comment:
```suggestion
:param continuation_token: a token indicating where to read logs
from.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]