makes sense, though it isn't good for regression testing s3 code against aws s3 itself.
Are there any public iceberg tables hosted by amazon themselves that query tests could be run against? I know of public parquet datasets (NOAA datasets for example), but no parquet + iceberg ones. A good large table free for all to read would be very useful steve On Mon, 29 Dec 2025 at 03:06, Jinghe Ma <[email protected]> wrote: > As discussed in this issue > <https://github.com/apache/iceberg/issues/14638>, since the MinIO repo is > under maintenance mode, we want to replace MinIO with RustFS in iceberg > quick start demo > <https://iceberg.apache.org/spark-quickstart/#creating-a-table>. RustFS > <https://github.com/rustfs/rustfs> is an open-source and S3-compatible > distributed object storage system and is also a good alternative. We have > tested the whole replacement configuration locally, and it worked fine. All > the configuration changes and the test process are attached in this PR > <https://github.com/apache/iceberg/pull/14928>. We want to move the > replacement forward; if you guys have any concern about RustFS or any other > confusion, please let us know. > > Looking forward to hearing from you. >
