Fix container registry MinIO configuration example
What does this MR do?
Found this while helping to debug an issue reported by a customer (internal).
There are multiple things wrong in the current example:
-
aws_signature_version
is not a valid configuration parameter. The correct one isv4auth
, which is a boolean and defaults totrue
; -
provider
andhost
are not known and therefore ignored; - There is no
path_style
configuration, the correct name ispathstyle
, which is a boolean.
I suspect this example was copied from a Rails object storage configuration example, but it doesn't apply to the registry.
Checklist
See Definition of done.
For anything in this list which will not be completed, please provide a reason in the MR discussion.
Required
-
Merge Request Title and Description are up to date, accurate, and descriptive -
MR targeting the appropriate branch -
MR has a green pipeline on GitLab.com
Expected (please provide an explanation if not completing)
-
Test plan indicating conditions for success has been posted and passes -
Documentation created/updated -
Tests added -
Integration tests added to GitLab QA -
Equivalent MR/issue for omnibus-gitlab opened
Edited by Mitchell Nielsen