| Package | Description |
|---|---|
| org.jets3t.apps.cockpit |
Provides Cockpit, a graphical Java application for viewing and managing the contents of an Amazon S3 account.
|
| org.jets3t.service |
Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP
implementations are based, and utilites applicable for all services.
|
| org.jets3t.service.impl.rest.httpclient |
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.
|
| org.jets3t.service.utils |
General purpose utilities used throughout the JetS3t toolkit and applications.
|
| Class and Description |
|---|
| RestS3Service
REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
| Class and Description |
|---|
| JetS3tRequestAuthorizer |
| RestStorageService
Abstract REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
| Class and Description |
|---|
| 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.
|
| JetS3tRequestAuthorizer |
| 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.
|
| RestStorageService
Abstract REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
| RestStorageService.HTTP_METHOD |
| Class and Description |
|---|
| JetS3tRequestAuthorizer |
Copyright © 2006–2025. All rights reserved.