maarek commented on issue #1546: URL: https://github.com/apache/iceberg-python/issues/1546#issuecomment-2626305180
This occurs for me as well against an OCI Object Storage using S3 compat api. With Boto3 request I can set the config to the necessary config to disable the checksum validation they added. https://github.com/boto/boto3/issues/4398#issuecomment-2619946229 ``` config = Config( request_checksum_calculation='WHEN_REQUIRED', # required for Content-Length error response_checksum_validation='WHEN_REQUIRED', # required for Content-Length error, ) ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org