venkateshwaracholan opened a new issue, #4804: URL: https://github.com/apache/polaris/issues/4804
### Is your feature request related to a problem? Please describe. The `MinioAccess` and `RustfsAccess` interfaces currently duplicate the same S3 access API definitions, including identical default implementations of `s3put()`. Since both interfaces provide the same behavior, maintaining separate copies introduces unnecessary duplication and increases the risk of inconsistencies over time. Any future enhancement, bug fix, or API change to the S3 testcontainer support would need to be applied in two places, making maintenance more error-prone and increasing the likelihood of the implementations diverging. Consolidating the shared functionality into a common abstraction would reduce maintenance overhead, improve consistency, and make future updates easier to manage. ### 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]
