#include "source/extensions/common/aws/credential_providers/credentials_file_credentials_provider.h"
* https://github.com/aws/aws-sdk-cpp/blob/master/aws-cpp-sdk-core/source/auth/AWSCredentialsProviderChain.cpp#L44
// Where credential providers use async functionality, subscribe to credential notifications for
return std::make_shared<CredentialsFileCredentialsProvider>(context, credential_file_config);