HuanXin-Chen commented on PR #11655: URL: https://github.com/apache/apisix/pull/11655#issuecomment-2415717047
### My Thoughts: AWS differs from others like Vault in that it can not only store JSON text but also String types. Therefore, for instance, when referencing: APISIX/JSON/JACK - If it's a JSON type, then the main_key would be APISIX/JSON, and the sub_key would be JACK. - If it's a String type, both the main_key and the key should be APISIX/JSON/JACK. You cannot differentiate solely based on APISIX/JSON/JACK, so you need to try both scenarios. - When main_key == key, it is definitely a String type. - When main_key != key, it could be either JSON or String. If the JSON does not meet the requirements, then it's a String type. ### Other Issues: I noticed some errors in CI, but upon initial inspection, they do not seem to be related to my code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
