Class PayloadSigningInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.internal.interceptors.PayloadSigningInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
public class PayloadSigningInterceptor extends Object implements ExecutionInterceptor
Turns on payload signing and prevents moving query params to body during a POST which S3 doesn't like.
-
-
Constructor Summary
Constructors Constructor Description PayloadSigningInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<RequestBody>modifyHttpContent(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)-
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.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
-
-
-
-
Method Detail
-
modifyHttpContent
public Optional<RequestBody> modifyHttpContent(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyHttpContentin interfaceExecutionInterceptor
-
-