| Class | Description |
|---|---|
| ConfigureSignerInterceptor |
Don't double-url-encode or normalize path elements for S3, as per
https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html
|
| EndpointAddressInterceptor |
Execution interceptor which modifies the HTTP request to S3 Control to
change the endpoint to the correct endpoint.
|
| PayloadSigningInterceptor |
Turns on payload signing and prevents moving query params to body during a POST which S3 doesn't like.
|
Copyright © 2022. All rights reserved.