AwsSigV4Client constructor
AwsSigV4Client(})
Implementation
AwsSigV4Client(this.accessKey, this.secretKey, String endpoint,
{this.serviceName = 'execute-api',
this.region = 'us-east-1',
this.sessionToken,
this.defaultContentType = _defaultContentType,
this.defaultAcceptType = _defaultAcceptType}) {
final parsedUri = Uri.parse(endpoint);
this.endpoint = '${parsedUri.scheme}://${parsedUri.host}';
pathComponent = parsedUri.path;
}