AWSCredentialSource

AWS Credential source

Classes that implement this provide credentials for AWS requests. A Credential Source is an active object, since credentials may change during the lifetime of the application

Members

Functions

credentials
AWSCredentials credentials(string credScope)

Retrieve the current set of credentials

credentialsInvalid
void credentialsInvalid(string credScope, AWSCredentials creds, string reason)

Called when credentials turn out to be rejected by the backend

Meta