Initialize state for signing a chunked/streaming upload. Call this once before streaming, then call signChunk for each chunk.
An object containing signedRequest (the seed request with chunked headers) and state (the initial chunked signing state for subsequent calls).
signedRequest
state
Initialize state for signing a chunked/streaming upload. Call this once before streaming, then call signChunk for each chunk.