Class DisablePayloadSigningInterceptor

java.lang.Object
software.amazon.awssdk.services.s3.internal.handlers.DisablePayloadSigningInterceptor
All Implemented Interfaces:
ExecutionInterceptor

public class DisablePayloadSigningInterceptor extends Object implements ExecutionInterceptor
Disables payload signing for all S3 operations.

TODO(sra-identity-auth): After S3's migration to the SRA, we should use signer properties in the auth scheme resolver.