tanvn commented on issue #47902:
URL: https://github.com/apache/airflow/issues/47902#issuecomment-2734979307

   By the way, seems that adding the following env vars would solve the issue 
without having to downgrade the version
   ```
   extraEnv: |-
     - name: AWS_REQUEST_CHECKSUM_CALCULATION
       value: "WHEN_REQUIRED"
     - name: AWS_RESPONSE_CHECKSUM_VALIDATION
       value: "WHEN_REQUIRED"
   ```
   
   Ref: https://github.com/boto/boto3/issues/4398#issuecomment-2727003405
   as we are using a _**s3 "compatible" storage**_.


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