Skip to main content

Module credentials

Module credentials 

Source

Structsยง

PresignedParams
Structured representation of the query parameters in an AWS presigned URL.

Functionsยง

is_key_char ๐Ÿ”’
key chars: letters, digits, dash, dot
is_val_char ๐Ÿ”’
val chars: anything except &
miss ๐Ÿ”’
parse_credential_scope
Extract the (region, service) pair from a Credential=โ€ฆ scope string.
parse_presigned_params
Parse all AWS presigned URL query parameters into a PresignedParams struct.
parse_token_from_header
Extract the AWS access key ID from an Authorization header value.
query_pairs ๐Ÿ”’
Parse the ? and then a list of key=val pairs separated by &