mirror of
https://github.com/versity/versitygw.git
synced 2026-07-21 15:32:54 +00:00
d5ecb97edc
There were a couple of cases where parsing the stored IAM info could return a config with a nil map that would panic in a future assignment. So we just need to make sure there is an initialized map when we return the config with no error set.