feluelle 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_r364207109
##########
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:
Hmm. But where? I can't think of a good place for it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services