See: Description
| Interface | Description |
|---|---|
| JetS3tRequestAuthorizer |
| Class | Description |
|---|---|
| GoogleStorageService |
REST/HTTP implementation of Google Storage Service based on the
HttpClient library.
|
| HttpMethodReleaseInputStream |
Utility class to wrap InputStreams obtained from an HttpClient library's HttpMethod object, and
ensure the stream and HTTP connection is cleaned up properly.
|
| HttpResponseAndByteCount |
Simple container object to store an HttpResponse object representing the
result of a request connection, and a count of the byte size of the
associated S3 object.
|
| RegionEndpointCache |
Cache to store mappings from a bucket name to a region, used to help with
request signing for AWS version 4 requests where you need to know a bucket's
region before you can correctly sign requests that operate on that bucket.
|
| RepeatableRequestEntity |
An HttpClient request entity whose underlying data can be re-read (that is, repeated)
if necessary to retry failed transmissions.
|
| RestS3Service |
REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
| RestStorageService |
Abstract REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
| Enum | Description |
|---|---|
| RestStorageService.HTTP_METHOD |
Provides a REST/HTTP S3 Service implementation based on the Apache HttpClient library - this implementation is the most reliable and efficient implementation provided with JetS3t.