| Class | Description |
|---|---|
| AddContentMd5HeaderInterceptor | |
| AsyncChecksumValidationInterceptor | |
| CreateBucketInterceptor | |
| CreateMultipartUploadRequestInterceptor | |
| DecodeUrlEncodedResponseInterceptor |
Encoding type affects the following values in the response:
V1: Delimiter, Marker, Prefix, NextMarker, Key
V2: Delimiter, Prefix, Key, and StartAfter
|
| DisableDoubleUrlEncodingInterceptor |
Don't double-url-encode path elements for S3.
|
| EnableChunkedEncodingInterceptor |
Interceptor to enable chunked encoding on specific upload operations if the option does not already have a value.
|
| EnableTrailingChecksumInterceptor | |
| EndpointAddressInterceptor | |
| ExceptionTranslationInterceptor |
Translate S3Exception for the API calls that do not contain the detailed error code.
|
| GetBucketPolicyInterceptor |
GetBucketPolicy returns just JSON so we wrap in XML so that it is unmarshalled correctly.
|
| PutObjectInterceptor |
Interceptor to add an 'Expect: 100-continue' header to the HTTP Request if it represents a PUT Object request.
|
| SyncChecksumValidationInterceptor |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.