| Package | Description |
|---|---|
| org.jets3t.apps.cockpitlite |
Provides CockpitLite, a graphical Java application for viewing and managing the contents
of an Amazon S3 account, where the S3 account is not owned by the application's user
directly but is made available via the Gatekeeper servlet.
|
| org.jets3t.apps.uploader |
Provides the Uploader application, a simple wizard-based application that S3 account holders
(Service Providers) may provide to clients to allow them to upload files to S3 without requiring
access to the Service Provider's S3 credentials.
|
| 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.multithread |
A multi-threading utility that manages multiple S3 interactions at once by wrapping an S3Service
implementation and running this service with multiple threads.
|
| Class and Description |
|---|
| GatekeeperClientUtils
Utility class to handle common operations performed by Gatekeeper client applications.
|
| Class and Description |
|---|
| SignedUrlAndObject
A package containing an object and a signed URL associated with the object.
|
| Class and Description |
|---|
| SignedUrlHandler
An interface implemented by JetS3t services or utilities that can perform operations on objects
in S3 using only signed URLs - that is, without any knowledge of the user's AWS credentials.
|
| Class and Description |
|---|
| SignedUrlHandler
An interface implemented by JetS3t services or utilities that can perform operations on objects
in S3 using only signed URLs - that is, without any knowledge of the user's AWS credentials.
|
| Class and Description |
|---|
| SignedUrlAndObject
A package containing an object and a signed URL associated with the object.
|