| Package | Description |
|---|---|
| software.amazon.awssdk.auth.signer.internal.chunkedencoding |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsS3V4ChunkSigner
An implementation of AwsChunkSigner that can calculate a Sigv4 compatible chunk
signature.
|
| Constructor and Description |
|---|
AwsChunkedEncodingInputStream(InputStream in,
String headerSignature,
AwsChunkSigner chunkSigner,
AwsChunkedEncodingConfig config)
Creates a chunked encoding input stream initialized with the originating stream, an http request seed signature
and a signer that can sign a chunk of bytes according to a chosen algorithm.
|
Copyright © 2021. All rights reserved.