See: Description
| Class | Description |
|---|---|
| CloudFrontService |
A service that handles communication with the Amazon CloudFront REST API, offering
all the operations that can be performed on CloudFront distributions.
|
| Constants |
Constants used by the S3Service and its implementation classes.
|
| Jets3tProperties |
Utility class to load and store JetS3t-specific properties.
|
| MultipartUploadChunk |
Stores a "chunk" of MultipartUpload returned from a 'multipart list uploads'
command - this particular chunk may or may not include all the multipart
upload started in a bucket.
|
| S3ObjectsChunk | Deprecated
0.8.0 use
StorageObjectsChunk instead. |
| S3Service |
A service that handles communication with S3, offering all the operations that can be performed
on S3 accounts.
|
| StorageObjectsChunk |
Stores a "chunk" of StorageObjects returned from a list command - this particular chunk may or may
not include all the objects available in a bucket.
|
| StorageService |
A service that handles communication with a storage service, offering all the operations that
can be performed on generic storage services.
|
| VersionOrDeleteMarkersChunk |
| Exception | Description |
|---|---|
| CloudFrontServiceException |
Exception for use by
CloudFrontService and related utilities. |
| S3ServiceException |
Exception for use by
S3Services and related utilities. |
| ServiceException |
Exception for use by
StorageService and related utilities. |
Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP implementations are based, and utilites applicable for all services.
To get started with the JetS3t toolkit see the Programmer Guide.