class ActiveStorage::Service
def configure(service_name, configurations)
typically loaded from a YAML file. The Active Storage engine uses this
Configure an Active Storage service by name from a set of configurations,
def configure(service_name, configurations) Configurator.build(service_name, configurations) end