Package | Description |
---|---|
org.jets3t.service.multi |
Modifier and Type | Method and Description |
---|---|
void |
SimpleThreadedStorageService.downloadObjects(String bucketName,
DownloadPackage[] downloadPackages,
ErrorPermitter errorPermitter)
A convenience method to download multiple objects from S3 to pre-existing output streams, which
is particularly useful for downloading objects to files.
|
boolean |
ThreadedStorageService.downloadObjects(String bucketName,
DownloadPackage[] downloadPackages,
ErrorPermitter errorPermitter)
A convenience method to download multiple objects to pre-existing
output streams, which is particularly useful for downloading objects to files.
|
StorageObject[] |
SimpleThreadedStorageService.getObjects(String bucketName,
StorageObject[] objects,
ErrorPermitter errorPermitter)
Retrieves multiple objects (including details and data).
|
boolean |
ThreadedStorageService.getObjects(String bucketName,
String[] objectKeys,
ErrorPermitter errorPermitter)
Retrieves multiple objects (details and data) from a bucket, and sends
GetObjectsEvent notification events. |
StorageObject[] |
SimpleThreadedStorageService.getObjectsHeads(String bucketName,
String[] objectKeys,
ErrorPermitter errorPermitter)
Retrieves details of multiple objects (details only, no data)
|
boolean |
ThreadedStorageService.getObjectsHeads(String bucketName,
String[] objectKeys,
ErrorPermitter errorPermitter)
Retrieves details (but no data) about multiple objects from a bucket, and sends
GetObjectHeadsEvent notification events. |
Copyright © 2006–2018. All rights reserved.