class ActiveStorage::Service

def configure(service_name, configurations)

to set the global Active Storage service when the app boots.
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