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 | Method and Description |
---|---|
VersionOrDeleteMarkersChunk |
S3Service.listVersionedObjectsChunked(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
String priorLastKey,
String priorLastVersionId,
boolean completeListing)
Lists information for a versioned bucket where the items match given constarints.
|
protected abstract VersionOrDeleteMarkersChunk |
S3Service.listVersionedObjectsChunkedImpl(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
String priorLastKey,
String priorLastVersion,
boolean completeListing)
Lists version or delete markers in a versioned bucket, up to the maximum listing
length specified.
|
Modifier and Type | Method and Description |
---|---|
protected VersionOrDeleteMarkersChunk |
RestS3Service.listVersionedObjectsChunkedImpl(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
String priorLastKey,
String priorLastVersion,
boolean completeListing) |
protected VersionOrDeleteMarkersChunk |
RestS3Service.listVersionedObjectsInternal(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
boolean automaticallyMergeChunks,
String nextKeyMarker,
String nextVersionIdMarker) |
Copyright © 2006–2018. All rights reserved.