Interface | Description |
---|---|
S3RestUtils.RestCallable<T> |
An interface representing a callable.
|
Class | Description |
---|---|
ChunkedEncodingInputStream |
This input stream decodes an
aws-chunked encoded input stream into its original form. |
CompleteMultipartUploadHandler |
A handler process multipart upload complete response.
|
CompleteMultipartUploadRequest |
Implementation of CompleteMultipartUploadRequest according to
https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html.
|
CompleteMultipartUploadRequest.Part |
The Part POJO.
|
CompleteMultipartUploadResult |
Result returned after requests for completing a multipart upload.
|
CopyObjectResult |
Result of an S3 Copy.
|
CopyPartResult |
Result of an S3 UploadPartCopy.
|
DeleteObjectsRequest |
Parsed version of a request to DeleteObjects.
|
DeleteObjectsResult |
An object representing the response to a DeleteObjects request.
|
InitiateMultipartUploadResult |
Result returned after requests for initiating a multipart upload.
|
ListAllMyBucketsResult |
Implementation of ListAllMyBucketsResult according to https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html.
|
ListBucketOptions |
The options for list bucket operation.
|
ListBucketResult |
Get bucket result defined in https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html
It will be encoded into an XML string to be returned as a response for the REST call.
|
ListBucketResult.CommonPrefix |
Common Prefixes list placeholder object.
|
ListBucketResult.Content |
Object metadata class.
|
ListMultipartUploadsResult |
Implementation of ListMultipartUploadsResult according to
https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html.
|
ListMultipartUploadsResult.Upload |
The Upload POJO.
|
ListPartsResult |
Result returned after requests for listing parts of a multipart upload.
|
ListPartsResult.Part |
Part contains metadata of a part of the object in multipart upload.
|
MultipartUploadCleaner |
A lazy method (not scan the whole fileSystem to find tmp directory) to
support automatic abortion s3 multipartUpload after a timeout.
|
MultipartUploadCleaner.AbortTask |
Abort Multipart upload task.
|
RangeFileInStream |
This class is use
FileInStream underlying, and implement range read. |
RangeFileInStream.Factory |
Factory for
RangeFileInStream . |
RateLimitInputStream |
This class is a wrapper for InputStream which limit rate when reading bytes.
|
S3AuditContext |
An audit context for s3 rest service.
|
S3AuthenticationFilter |
Authentication filter for S3 API.
|
S3BaseTask |
S3 Abstract Base task for handling S3 API logic.
|
S3BucketTask |
S3 Tasks to handle bucket level or global level request.
|
S3BucketTask.Factory |
Factory for getting a S3BucketTask type task.
|
S3Constants |
Constants for S3 northbound API.
|
S3Error |
Error response defined in http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html.
|
S3ErrorCode |
Error codes defined in http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html with
API version 2006-03-01.
|
S3ErrorCode.Name |
Error code names used in
S3ErrorCode . |
S3ErrorResponse |
Utilities for creating HTTP Responses for the S3 API.
|
S3Handler | |
S3ObjectTask |
S3 Tasks to handle object level request.
|
S3ObjectTask.CompleteMultipartUploadTask |
CompleteMultipartUploadTask.
|
S3ObjectTask.Factory |
Factory for getting a S3ObjectTask.
|
S3RangeSpec |
This class is Range Spec for Amazon S3 API.
|
S3RangeSpec.Factory |
Factory for
S3RangeSpec . |
S3RequestServlet |
New architecture Request Servlet for handling s3 requests
in replacement of JAX-RS.
|
S3RestExceptionMapper |
An exception mapper for REST PROXY to convert inner exception to HTTP Response.
|
S3RestServiceHandler |
This class is a REST handler for Amazon S3 API.
|
S3RestUtils |
Utilities for handling S3 REST calls.
|
S3RestUtils.URIStatusNameComparator |
Comparator based on uri nameļ¼ treat uri name as a Long number.
|
TaggingData |
Parsed version of the S3 tagging XML.
|
Enum | Description |
---|---|
S3BaseTask.OpTag |
Enum for tagging the http request to target for
different threadpools for handling.
|
S3BaseTask.OpType |
Enum indicating name of S3 API handling per http request.
|
S3Constants.Directive |
Directive specifies whether metadata/tag-set are copied from the source object
or replaced with metadata/tag-set provided in the request.
|
Exception | Description |
---|---|
S3Exception |
An exception thrown during processing S3 REST requests.
|
Copyright © 2023. All Rights Reserved.