package storage import "testing" func TestMinioClientImplementsObjectStorage(t *testing.T) { var _ ObjectStorage = (*MinioClient)(nil) }