Class S3DisableChunkEncodingAuthSchemeProvider
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.plugins.S3DisableChunkEncodingAuthSchemeProvider
-
- All Implemented Interfaces:
AuthSchemeProvider,S3AuthSchemeProvider
@SdkInternalApi public final class S3DisableChunkEncodingAuthSchemeProvider extends Object implements S3AuthSchemeProvider
Internal plugin that sets the signer propertyAwsV4FamilyHttpSigner.CHUNK_ENCODING_ENABLEDtofalse. This plugin is invoked by the client builder only ifS3Configuration.chunkedEncodingEnabled()is set tofalse.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3DisableChunkEncodingAuthSchemeProvidercreate(S3AuthSchemeProvider delegate)List<AuthSchemeOption>resolveAuthScheme(S3AuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.s3.auth.scheme.S3AuthSchemeProvider
resolveAuthScheme
-
-
-
-
Method Detail
-
create
public static S3DisableChunkEncodingAuthSchemeProvider create(S3AuthSchemeProvider delegate)
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(S3AuthSchemeParams authSchemeParams)
Description copied from interface:S3AuthSchemeProviderResolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceS3AuthSchemeProvider
-
-