Skip to content

Use external object storage connection before minio

Simon Jouet requested to merge simon-jouet/gitlab:889-object-storage into master

This MR is to allow object storage connections to be defined specifically for some stores but still use minio for the other as detailed in #889 (closed) and #1346 (closed)

The if condition for the object storage is changed to take first in consideration any object storage defined and if none is provided the global minio will be used if enabled.

Closes #889 (closed)

Merge request reports