Package software.amazon.awssdk.services.s3.internal.plugins
-
Class Summary Class Description S3DisableChunkEncodingAuthSchemeProvider Internal plugin that sets the signer propertyAwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLEDtofalse.S3DisableChunkEncodingIfConfiguredPlugin Internal plugin that uses the check ifS3Configuration.chunkedEncodingEnabled()is configured and equals tofalse, if so, then it installs an instance ofS3DisableChunkEncodingAuthSchemeProviderwrapping the configuredS3AuthSchemeProviderthat setsAwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLEDto false.S3OverrideAuthSchemePropertiesPlugin Plugin that allows override of signer and identity properties on the selected auth scheme options.S3OverrideAuthSchemePropertiesPlugin.Builder