| 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 |
Contains utilties of use to any REST/HTTP S3 Service implementations, and specifically to
the HttpClient implementation provided with JetS3t.
|
| 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.multi.s3 |
| Modifier and Type | Method and Description |
|---|---|
MultipartCompleted |
S3Service.multipartCompleteUpload(MultipartUpload upload)
Convenience method to complete a multipart upload by automatically finding
its parts.
|
MultipartCompleted |
S3Service.multipartCompleteUpload(MultipartUpload upload,
java.util.List<MultipartPart> parts)
Complete a multipart upload by combining all the given parts into
the final object.
|
protected abstract MultipartCompleted |
S3Service.multipartCompleteUploadImpl(java.lang.String uploadId,
java.lang.String bucketName,
java.lang.String objectKey,
java.util.List<MultipartPart> parts) |
| Modifier and Type | Method and Description |
|---|---|
MultipartCompleted |
XmlResponsesSaxParser.CompleteMultipartUploadResultHandler.getMultipartCompleted() |
| Modifier and Type | Method and Description |
|---|---|
protected MultipartCompleted |
RestS3Service.multipartCompleteUploadImpl(java.lang.String uploadId,
java.lang.String bucketName,
java.lang.String objectKey,
java.util.List<MultipartPart> parts) |
| Modifier and Type | Field and Description |
|---|---|
private MultipartCompleted[] |
MultipartCompletesEvent.completedUploads |
| Modifier and Type | Method and Description |
|---|---|
MultipartCompleted[] |
MultipartCompletesEvent.getCompletedUploads() |
| Modifier and Type | Method and Description |
|---|---|
static MultipartCompletesEvent |
MultipartCompletesEvent.newInProgressEvent(ThreadWatcher threadWatcher,
MultipartCompleted[] completedUploads,
java.lang.Object uniqueOperationId) |
private void |
MultipartCompletesEvent.setCompleteUploads(MultipartCompleted[] completed) |