valentinDruzhinin commented on PR #53845:
URL: https://github.com/apache/airflow/pull/53845#issuecomment-3132971414

   > That is a breaking change. If a user today passes `requester_pays` through 
`kwargs`, this change will break their Dag. Could you please try to make it 
backward compatible?
   
   Thank you. Do you recommend using something like this?
   ```
   {
     "service_config": {
       "s3": {
         "requester_pays": "true/false"
       }
     }
   }
   ```
   


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

Reply via email to