Property | Type | Description | |
---|---|---|---|
SelectSigner |
Method | Description | |
---|---|---|
EC2Signer ( ) : System |
EC2 signer constructor
|
|
Sign ( IRequest request, ClientConfig clientConfig, |
Determines the appropriate signer and signs the request.
|
Method | Description | |
---|---|---|
SelectSigner ( IRequest irequest, ClientConfig config ) : |
Inspects the supplied evidence to return the signer appropriate for the operation
|
public Sign ( IRequest request, ClientConfig clientConfig, |
||
request | IRequest | The request to have the signature compute for |
clientConfig | ClientConfig | The configuration that specifies which hashing algorithm to use |
metrics | Request metrics | |
awsAccessKeyId | string | The AWS public key |
awsSecretAccessKey | string | The AWS secret key used to sign the request in clear text |
return | void |