Description
As a user that needs to manipulate objects inside S3 buckets where the option "RequestPayer" must be set to "requester", it would be awesome that the different S3 Operators, Sensors and Triggers support this option, either via a method argument or within the AWS connection.
Use case/motivation
I consume data within S3 from data providers and the option "RequestPayer" must be set to "requester".
The different S3 operators and sensors seem to not support this option out of the box, so I developed my own custom python functions which are executed using the PythonOperator, but I feel like this option could be useful in general so I decided to create this issue.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct