| Package | Description | 
|---|---|
| software.amazon.awssdk.auth.signer | |
| software.amazon.awssdk.auth.signer.internal | 
| Modifier and Type | Method and Description | 
|---|---|
static AwsS3V4Signer | 
AwsS3V4Signer.create()  | 
| Constructor and Description | 
|---|
AwsChunkedEncodingInputStream(InputStream in,
                             byte[] kSigning,
                             String datetime,
                             String keyPath,
                             String headerSignature,
                             AwsS3V4Signer aws4Signer)  | 
AwsChunkedEncodingInputStream(InputStream in,
                             int maxBufferSize,
                             byte[] kSigning,
                             String datetime,
                             String keyPath,
                             String headerSignature,
                             AwsS3V4Signer aws4Signer)
A wrapper of InputStream that implements pseudo-chunked-encoding. 
 | 
Copyright © 2019. All rights reserved.