프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetCanonicalizedHeadersForStringToSign | string | ||
GetCanonicalizedQueryString | string | ||
GetCanonicalizedResourcePath | string | ||
GetHeadersForStringToSign | List |
||
GetRequestPayload | string | ||
GetSignedHeadersComponent | string | ||
IsHttpsRequest | bool | ||
SignHttp | void | ||
SignHttps | void |
메소드 | 설명 | |
---|---|---|
AWS3Signer ( ) : System | ||
AWS3Signer ( bool useAws3Https ) : System | ||
Sign ( IRequest request, IClientConfig clientConfig, |
Signs the specified request with the AWS3 signing protocol by using the AWS account credentials given in the method parameters.
|
메소드 | 설명 | |
---|---|---|
GetCanonicalizedHeadersForStringToSign ( IRequest request ) : string | ||
GetCanonicalizedQueryString ( string>.IDictionary |
||
GetCanonicalizedResourcePath ( |
||
GetHeadersForStringToSign ( IRequest request ) : List |
||
GetRequestPayload ( IRequest request ) : string | ||
GetSignedHeadersComponent ( IRequest request ) : string | ||
IsHttpsRequest ( IRequest request ) : bool | ||
SignHttp ( IRequest request, |
||
SignHttps ( IRequest request, IClientConfig clientConfig, |
public Sign ( IRequest request, IClientConfig clientConfig, |
||
request | IRequest | The request to have the signature compute for |
clientConfig | IClientConfig | 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 |
리턴 | void |