module Provider class ConnectionFactory def init config end def connection account_name @connections[account_name] || @from_config end end end