mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
Move S3/GCS server classes (S3Server, MinioWrapper, GSFront, GSServer), factory functions (create_s3_server, create_gs_server), CQL helpers (format_tuples, keyspace_options), bucket naming (_make_bucket_name), and the s3_server fixture from test/cluster/object_store/conftest.py into a shared module at test/pylib/object_storage.py. The conftest.py is now a thin wrapper that re-exports symbols and defines only the fixtures specific to the object_store suite (object_storage, s3_storage). All external importers are updated. Old class names (S3_Server, GSServer) are kept as aliases for backward compatibility.
105 KiB
105 KiB