feat(artifacts): new artifact storage engines allowing an s3 based uploads
This commit is contained in:
parent
fead9d9aed
commit
90a1d3ca75
39 changed files with 1897 additions and 453 deletions
|
|
@ -115,6 +115,9 @@ def make_pyramid_app(global_config, **settings):
|
|||
celery_settings = get_celery_config(settings)
|
||||
config.configure_celery(celery_settings)
|
||||
|
||||
# final config set...
|
||||
propagate_rhodecode_config(global_config, settings, config.registry.settings)
|
||||
|
||||
# creating the app uses a connection - return it after we are done
|
||||
meta.Session.remove()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue