Class ObjectMetadataInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.handlers.ObjectMetadataInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
public final class ObjectMetadataInterceptor extends Object implements ExecutionInterceptor
Interceptor that trims object metadata keys of any leading or trailing whitespace forPutObjectandCreateMultipartUpload. This behavior is intended to provide the same functionality as in 1.x.
-
-
Constructor Summary
Constructors Constructor Description ObjectMetadataInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkRequestmodifyRequest(Context.ModifyRequest 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, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyResponse, onExecutionFailure
-
-
-
-
Method Detail
-
modifyRequest
public SdkRequest modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyRequestin interfaceExecutionInterceptor
-
-