SSS - S3 Toolkit 0.9.6
S3 client library and applications
|
Signature information. More...
#include <aws_sign.h>
Data Fields | |
std::string | signature |
computed HMAC hash | |
std::string | credentialScope |
credential scope | |
std::string | signedHeadersStr |
signature string to add to header | |
Headers | defaultHeaders |
Signature information.
Headers sss::Signature::defaultHeaders |
Default headers used to sign the request. The following headers are always included:
any other header starting with x-amz-
is added to the above set.