Package software.amazon.awssdk.auth.signer.internal.chunkedencoding
-
Interface Summary Interface Description AwsChunkSigner Represents a signer for a chunk of data, that returns a new signature based on the data and the previous signature. -
Class Summary Class Description AwsS3V4ChunkSigner An implementation of AwsChunkSigner that can calculate a Sigv4 compatible chunk signature.AwsSignedChunkedEncodingInputStream A wrapper of InputStream that implements chunked encoding.AwsSignedChunkedEncodingInputStream.Builder