SigV4  v1.0.0
SigV4 Library for AWS Authentication
SigV4Credentials_t Struct Reference

Configurations for the AWS credentials used to generate the Signing Key. More...

#include <sigv4.h>

Data Fields

const char * pAccessKeyId
 The pAccessKeyId MUST be at least 16 characters long but not more than 128 characters long.
 
size_t accessKeyIdLen
 Length of pAccessKeyId.
 
const char * pSecretAccessKey
 The pSecretAccessKey MUST be at least 40 characters long.
 
size_t secretAccessKeyLen
 Length of pSecretAccessKey.
 

Detailed Description

Configurations for the AWS credentials used to generate the Signing Key.


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