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 2021/01/19 23:35:51 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #13773: add acl_policy to S3CopyObjectOperator

kaxil commented on a change in pull request #13773:
URL: https://github.com/apache/airflow/pull/13773#discussion_r560572770



##########
File path: airflow/providers/amazon/aws/operators/s3_copy_object.py
##########
@@ -63,6 +63,8 @@ class S3CopyObjectOperator(BaseOperator):
                  You can specify this argument if you want to use a different
                  CA cert bundle than the one used by botocore.
     :type verify: bool or str
+    :param acl_policy

Review comment:
       ```suggestion
       :param acl_policy: String specifying the canned ACL policy for the file being
           uploaded to the S3 bucket.
   ```




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