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 15:26:50 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #7680: [AIRFLOW-4438] Add Gzip compression to S3_hook

potiuk commented on a change in pull request #7680: [AIRFLOW-4438] Add Gzip compression to S3_hook
URL: https://github.com/apache/airflow/pull/7680#discussion_r390396616
 
 

 ##########
 File path: airflow/providers/amazon/aws/hooks/s3.py
 ##########
 @@ -442,6 +445,9 @@ def load_file(self,
         :param encrypt: If True, the file will be encrypted on the server-side
             by S3 and will be stored in an encrypted form while at rest in S3.
         :type encrypt: bool
+        :param gzip: If True, the file will be compressed on the server-side
 
 Review comment:
   ```suggestion
           :param gzip: If True, the file will be compressed locally
   ```

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