Coerce string object storage options to booleans
Admins that accidentally configure use_iam_profile
or path_style
with string values (e.g. "true"
) instead of boolean values would see
obscure unmarshaling errors in Workhorse. To avoid this trouble, coerce
these string values to boolean values.
Closes omnibus-gitlab#5588 (closed)
Edited by Stan Hu