Structsยง
- Presigned
Params - 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 aCredential=โฆscope string. - parse_
presigned_ params - Parse all AWS presigned URL query parameters into a
PresignedParamsstruct. - parse_
token_ from_ header - Extract the AWS access key ID from an
Authorizationheader value. - query_
pairs ๐ - Parse the
?and then a list ofkey=valpairs separated by&