Decommission ActiveStorage proxy service and use openstack service

We are making these changes in order to always use DS_Proxy. Before this change DS_Proxy was not used to write files when ActiveStorage was used directly and not through “direct upload”.
This commit is contained in:
Paul Chavard 2019-10-23 12:50:24 +02:00
parent 9e37074909
commit 0ff6c793ae
4 changed files with 31 additions and 61 deletions

View file

@ -93,7 +93,7 @@ Rails.application.configure do
# the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true
config.active_storage.service = :proxied
config.active_storage.service = :openstack
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify