AWS SDK for C++AWS SDK for C++ Version 1.11.622 |
#include <AWSCredentialsProvider.h>
Reads AWS credentials from the Environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN if they exist. If they are not found, empty credentials are returned.
Definition at line 139 of file AWSCredentialsProvider.h.
Reads AWS credentials from the Environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN if they exist. If they are not found, empty credentials are returned. Credentials are not cached.
Implements Aws::Auth::AWSCredentialsProvider.