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:
[email protected]