Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
S3Service
A service that handles communication with S3, offering all the operations that can be performed
on S3 accounts.
|
Modifier and Type | Class and Description |
---|---|
class |
GoogleStorageService
REST/HTTP implementation of Google Storage Service based on the
HttpClient library.
|
class |
RestS3Service
REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
Copyright © 2006–2018. All rights reserved.