fcfangcc commented on issue #2529: URL: https://github.com/apache/iceberg-python/issues/2529#issuecomment-3384976214
I didn't find any config to ture off it from the aiobotocore document. I try monkey patch, it can changed aiobotocore behavior and work ok 🐶 ```python from aiobotocore import httpchecksum httpchecksum.apply_request_checksum = lambda *args, **kwargs: None ``` Does anyone know how to ture it off. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
