Hi All, I propose to add a boolean `pathStyleAccess` optional parameter to AwsStorageConfigInfo in PR [2012].
The main idea is to support non-AWS S3 implementations for [1530] but the new parameter is meaningful in AWS SDK S3 clients in general. If set, the value will be propagated to Iceberg REST Catalog clients under the "s3.path-style-access" configuration property name. This change is backward-compatible with existing clients and deployed catalogs. Thoughts? [1530] https://github.com/apache/polaris/issues/1530 [2012] https://github.com/apache/polaris/pull/2012