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/03/10 11:13:26 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #7635: [AIRFLOW-5062] Allow ACL Header in S3Hook

feluelle commented on a change in pull request #7635: [AIRFLOW-5062]  Allow ACL Header in S3Hook
URL: https://github.com/apache/airflow/pull/7635#discussion_r390239263
 
 

 ##########
 File path: airflow/providers/amazon/aws/hooks/s3.py
 ##########
 @@ -687,3 +701,17 @@ def download_file(
             s3_obj.download_fileobj(local_tmp_file)
 
         return local_tmp_file.name
+
+    def get_object_permission(self,
+                              bucket,
+                              key):
+        """
+        :param bucket: Name of the bucker in which the object is
 
 Review comment:
   ```suggestion
           :param bucket: Name of the bucket in which the object is
   ```

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