Package | Description |
---|---|
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.s3.domain |
This package contains the core components of S3.
|
org.jclouds.s3.xml |
This package contains xml logic that parses S3 responses.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,ListMultipartUploadResponse> |
S3Client.listMultipartPartsFull(String bucketName,
String key,
String uploadId) |
Modifier and Type | Method and Description |
---|---|
static ListMultipartUploadResponse |
ListMultipartUploadResponse.create(int partNumber,
Date lastModified,
String eTag,
long size) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ListMultipartUploadResponse> |
PartIdsFromHttpResponseFull.getResult() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.