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


##########
providers/amazon/src/airflow/providers/amazon/aws/hooks/s3.py:
##########
@@ -931,7 +932,51 @@ def get_file_metadata(
         max_items: int | None = None,
     ) -> list:
         """
-        List metadata objects in a bucket under prefix.
+        [DEPRECATED] Retrieve metadata objects from a bucket under a prefix.
+

Review Comment:
   this is optional. Can we add 
   `.. deprecated:: <version>` 
   
   Above will show up in docs. similar to 
[this](https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/_api/airflow/providers/amazon/aws/hooks/glue/index.html#airflow.providers.amazon.aws.hooks.glue.GlueJobHook.list_jobs)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to