gavinchou commented on code in PR #56065: URL: https://github.com/apache/doris/pull/56065#discussion_r2375120632
########## be/src/common/config.cpp: ########## @@ -1598,6 +1598,9 @@ DEFINE_mBool(print_stack_when_cache_miss, "false"); DEFINE_mBool(read_cluster_cache_opt_verbose_log, "false"); +DEFINE_mBool(enable_custom_aws_credentials_chain, "true"); Review Comment: use string to choose aws_credentials_provider_chain_version = "v2" -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
