Follow up on #2040 (comment).
-
Config option name constants are named with the SECTION_XXX_ prefix. It seems more natural for me to use OPTION_ prefix for them.
-
STORAGEPATH and CREDENTIALPATH options name constant from SECTION_AWS section is assigned to SECTION_GCP and SECTION_LOCAL.
It looks that this is coming from the remainings of the legacy cloud config schema. And probably should be refactored.
What do you think?
Follow up on #2040 (comment).
Config option name constants are named with the
SECTION_XXX_prefix. It seems more natural for me to useOPTION_prefix for them.STORAGEPATHandCREDENTIALPATHoptions name constant fromSECTION_AWSsection is assigned toSECTION_GCPandSECTION_LOCAL.It looks that this is coming from the remainings of the legacy cloud config schema. And probably should be refactored.
What do you think?