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



##########
File path: airflow/providers/amazon/aws/operators/s3_copy_object.py
##########
@@ -89,6 +92,7 @@ def __init__(
         self.source_version_id = source_version_id
         self.aws_conn_id = aws_conn_id
         self.verify = verify
+        self.acl_policy acl_policy

Review comment:
       ```suggestion
           self.acl_policy acl_policy = acl_policy
   ```

##########
File path: airflow/providers/amazon/aws/operators/s3_copy_object.py
##########
@@ -89,6 +92,7 @@ def __init__(
         self.source_version_id = source_version_id
         self.aws_conn_id = aws_conn_id
         self.verify = verify
+        self.acl_policy acl_policy

Review comment:
       ```suggestion
           self.acl_policy = acl_policy
   ```




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


Reply via email to