mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
Currently the suite generates config in old format, and only a single test validates that using new format "works". This change updates the suite (mainly the MinioServer::create_conf() method) to generate endpoint confit in new format. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#28113