youth0526 commented on issue #15195: URL: https://github.com/apache/iceberg/issues/15195#issuecomment-3834362368
Thanks for the clarification — that makes sense. I agree that path-style access is deprecated in the AWS SDK and that the Quickstart examples correctly use virtual-host-style access. My intention is not to recommend path-style access in general, but to highlight a common pitfall in local or Docker-based MinIO setups. In these environments, virtual-host-style access can fail due to DNS resolution (e.g. `warehouse.minio`), which can be confusing for beginners because reads may succeed while writes fail. I was thinking a small note in the documentation that explains this behavior and mentions possible configuration options (without recommending deprecated settings) could help users understand and debug these issues more easily. -- 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]
