valentinDruzhinin commented on issue #50915: URL: https://github.com/apache/airflow/issues/50915#issuecomment-3033901186
Hey @Ferdinanddb . Looks like we are failing inside `BaseOperator`. It's the other class which `S3ListOperator` inherits together with `S3Hook` what I've changed. That's the exact place where we are failing: https://github.com/apache/airflow/blob/providers-amazon/9.9.0/task-sdk/src/airflow/sdk/bases/operator.py#L1024-L1029 Do you know how we can allow the `requester_pays` named argument to be consumed? Or maybe we can disable that check if pass some flag? Thanks -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
