StaticAWSCredentials

Provider of a static set of AWS credentials

This will never use a session token, since the credentials have to be root or static IAM credentials.

Constructors

this
this(string accessKeyID, string accessKeySecret)
Undocumented in source.

Members

Functions

credentials
AWSCredentials credentials(string credScope)
Undocumented in source. Be warned that the author may not have intended to support it.
credentialsInvalid
void credentialsInvalid(string credScope, AWSCredentials creds, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_creds
AWSCredentials m_creds;
Undocumented in source.

Inherited Members

From AWSCredentialSource

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