AWS SDK for C++AWS SDK for C++ Version 1.11.790 |
#include <AWSConfigFileProfileConfigLoader.h>
Reads configuration from a config file (e.g. $HOME/.aws/config or $HOME/.aws/credentials
Definition at line 19 of file AWSConfigFileProfileConfigLoader.h.
false
fileName - file to load config from useProfilePrefix - whether or not the profiles are prefixed with "profile", credentials file is not while the config file is. Defaults to off.
File path being used for the config loader.
Definition at line 34 of file AWSConfigFileProfileConfigLoader.h.
Subclasses override this method to implement fetching the profiles.
Implements Aws::Config::AWSProfileConfigLoader.
Subclasses override this method to implement persisting the profiles. Default returns false.
Reimplemented from Aws::Config::AWSProfileConfigLoader.
Give loader the ability to change the file path to load config from. This can avoid creating new loader object if the file changed.
Definition at line 40 of file AWSConfigFileProfileConfigLoader.h.