venkateshwaracholan opened a new issue, #4839: URL: https://github.com/apache/polaris/issues/4839
### Is your feature request related to a problem? Please describe. ## Description Both `MinioContainer` and `RustfsContainer` contain a few commented-out lines in their `createS3Client()` methods that appear to be remnants of older Nessie-related S3 client configuration code. Since these comments are no longer used and do not reflect the current implementation, they add unnecessary clutter and can be confusing for contributors trying to understand how the S3 client is configured today. Removing these outdated comments would improve readability and keep the code focused on the active implementation without affecting functionality. ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
