Class S3DisableChunkEncodingAuthSchemeProvider

java.lang.Object
software.amazon.awssdk.services.s3.internal.plugins.S3DisableChunkEncodingAuthSchemeProvider
All Implemented Interfaces:
AuthSchemeProvider, S3AuthSchemeProvider

public final class S3DisableChunkEncodingAuthSchemeProvider extends Object implements S3AuthSchemeProvider
Internal plugin that sets the signer property AwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLED to false. This plugin is invoked by the client builder only if S3Configuration.chunkedEncodingEnabled() is set to false.