Class | Description |
---|---|
AsyncChecksumValidationInterceptor | |
CopySourceInterceptor |
This interceptor transforms the
sourceBucket , sourceKey , and sourceVersionId parameters for
CopyObjectRequest and UploadPartCopyRequest into a copySource parameter. |
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.
|
GetObjectInterceptor |
Interceptor for
GetObjectRequest messages. |
PutObjectInterceptor |
Interceptor to add an 'Expect: 100-continue' header to the HTTP Request if it represents a PUT Object request.
|
SyncChecksumValidationInterceptor |
Copyright © 2021. All rights reserved.