Package 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.

See:
          Description

Class Summary
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.
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 Summary
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.
 

Package org.jets3t.service Description

Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP implementations are based, and utilites applicable for all services.

Related Documentation

To get started with the JetS3t toolkit see the Programmer Guide.