Class StreamingRequestInterceptor

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

@SdkInternalApi public final class StreamingRequestInterceptor extends Object implements ExecutionInterceptor
Interceptor to add an 'Expect: 100-continue' header to the HTTP Request if it represents a PUT Object or Upload Part request. This behavior can be disabled via S3Configuration.expectContinueEnabled().