Skip to content

Fix enabled_endpoint_uris for object store when endpoint is nil

Furkan Ayhan requested to merge 415686-fix-427720 into master

What does this MR do and why?

ObjectStoreSettings.enabled_endpoint_uris is used in the new gitlab-http gem. When migrating the method, we missed to handle the case when the endpoint is nil.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Furkan Ayhan

Merge request reports