Hello, I am developing a "cloud agnostic" product with support for on-prem installation. Currently i am using MinIO as a S3 abstraction layer, to support on-prem or in the case of a cloud installation to connect to the underlying storage, e.g: aws, gcs... My question is, is it possible to use Iceberg with Minio? (i am also using hive metastore (yes, and suffer also))
Thanks, Nir Haviv