You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/03 08:26:10 UTC

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6574: [AIRFLOW-5924] Automatically unify bucket name and key in S3Hook

nuclearpinguin commented on a change in pull request #6574: [AIRFLOW-5924] Automatically unify bucket name and key in S3Hook
URL: https://github.com/apache/airflow/pull/6574#discussion_r362732029
 
 

 ##########
 File path: airflow/providers/amazon/aws/hooks/s3.py
 ##########
 @@ -242,6 +267,7 @@ def list_keys(self, bucket_name=None, prefix='', delimiter='',
         return None
 
     @provide_bucket_name
+    @unify_bucket_name_and_key
 
 Review comment:
   Does the order of decorators matter?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services