Skip to content
Snippets Groups Projects
Commit 6801a93e authored by Micael Bergeron's avatar Micael Bergeron
Browse files

apply feedback

parent 462b04f5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -313,13 +313,6 @@ Settings.artifacts['object_store']['proxy_download'] = false if Settings.artifac
# Convert upload connection settings to use string keys, to make Fog happy
Settings.artifacts['object_store']['connection']&.deep_stringify_keys!
 
Settings.artifacts['object_store'] ||= Settingslogic.new({})
Settings.artifacts['object_store']['enabled'] = false if Settings.artifacts['object_store']['enabled'].nil?
Settings.artifacts['object_store']['remote_directory'] ||= nil
Settings.artifacts['object_store']['background_upload'] = true if Settings.artifacts['object_store']['background_upload'].nil?
# Convert upload connection settings to use string keys, to make Fog happy
Settings.artifacts['object_store']['connection']&.deep_stringify_keys!
#
# Registry
#
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment