SSS - S3 Toolkit 0.9.6
S3 client library and applications
Loading...
Searching...
No Matches
sss::Signature Struct Reference

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
 

Detailed Description

Signature information.

Field Documentation

◆ defaultHeaders

Headers sss::Signature::defaultHeaders

Default headers used to sign the request. The following headers are always included:

host
x-amz-content-sha256
x-amz-data

any other header starting with x-amz- is added to the above set.


The documentation for this struct was generated from the following file: