rggyanav commented on issue #10709:
URL: https://github.com/apache/iceberg/issues/10709#issuecomment-2257544318

   @muniatl - I think the MinIO endpoints should not use the s3:// prefix for 
the endpoint configuration. They should instead use the HTTP/HTTPS protocol.
   e.g:
   warehouse="s3://iceberg",  # Correct S3 URI format without the endpoint
   s3_endpoint="http://127.0.0.1:9000";,  # Corrected MinIO endpoint
   
   Could you please try this? 


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

Reply via email to