jroachgolf84 commented on code in PR #55070:
URL: https://github.com/apache/airflow/pull/55070#discussion_r2310241361


##########
providers/amazon/src/airflow/providers/amazon/aws/hooks/s3.py:
##########
@@ -957,11 +957,10 @@ def get_file_metadata(
             params["RequestPayer"] = "requester"
         response = paginator.paginate(**params)
 
-        files = []
+        # Rather than returning a list and loading all keys into memory, we'll 
iterate over the results

Review Comment:
   Updated, thanks.



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

Reply via email to