mik-laj commented on a change in pull request #11531:
URL: https://github.com/apache/airflow/pull/11531#discussion_r504923472



##########
File path: airflow/providers/amazon/aws/log/s3_task_handler.py
##########
@@ -146,6 +147,7 @@ def s3_read(self, remote_log_location, return_error=False):
         :param return_error: if True, returns a string error message if an
             error occurs. Otherwise returns '' when an error occurs.
         :type return_error: bool
+        :return the log found at the remote_log_location

Review comment:
       ```suggestion
           :return: the log found at the remote_log_location
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to