### What feature are you requesting? Allow connecting to a locally running MinIO bucket. In MinIO, the bucket name is part of the path instead of the domain: "http://minio-server:9000/bucket/object" vs. "https://bucket.s3.amazonaws.com/object" ### Why are you requesting this feature? To enable local testing of Iceberg tables stored on MinIO. ### What is your proposed implementation for this feature? I think this would require adding support for `S3_URL_STYLE = 'path'`.