Class DecodeUrlEncodedResponseInterceptor

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

@SdkInternalApi public final class DecodeUrlEncodedResponseInterceptor extends Object implements ExecutionInterceptor
Encoding type affects the following values in the response:
  • V1: Delimiter, Marker, Prefix, NextMarker, Key
  • V2: Delimiter, Prefix, Key, and StartAfter

See https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html and https://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html