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_r390239353
##########
File path: airflow/providers/amazon/aws/hooks/s3.py
##########
@@ -514,9 +520,11 @@ def load_bytes(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 acl: The acess control list for the uploaded file
Review comment:
```suggestion
:param acl: The access control list for the uploaded file
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services