| Package | Description |
|---|---|
| org.jets3t.apps.cockpit |
Provides Cockpit, a graphical Java application for viewing and managing the contents of an Amazon S3 account.
|
| org.jets3t.service.multithread |
A multi-threading utility that manages multiple S3 interactions at once by wrapping an S3Service
implementation and running this service with multiple threads.
|
| org.jets3t.service.utils |
General purpose utilities used throughout the JetS3t toolkit and applications.
|
| Modifier and Type | Method and Description |
|---|---|
private DownloadPackage[] |
Cockpit.buildDownloadPackageList(FileComparerResults comparisonResults,
java.util.Map s3DownloadObjectsMap)
Performs the real work of downloading files by comparing the download candidates against
existing files, prompting the user whether to overwrite any pre-existing file versions,
and starting
S3ServiceMulti.downloadObjects(org.jets3t.service.model.S3Bucket, org.jets3t.service.multithread.DownloadPackage[]) where the real work is done. |
| Modifier and Type | Field and Description |
|---|---|
private DownloadPackage |
S3ServiceMulti.DownloadObjectRunnable.downloadPackage |
| Modifier and Type | Method and Description |
|---|---|
boolean |
S3ServiceMulti.downloadObjects(DownloadPackage[] downloadPackages)
Deprecated.
A convenience method to download multiple objects from S3 to pre-existing
output streams, which is particularly useful for downloading objects to files.
|
void |
S3ServiceSimpleMulti.downloadObjects(S3Bucket bucket,
DownloadPackage[] downloadPackages)
Deprecated.
A convenience method to download multiple objects from S3 to pre-existing output streams, which
is particularly useful for downloading objects to files.
|
boolean |
S3ServiceMulti.downloadObjects(S3Bucket bucket,
DownloadPackage[] downloadPackages)
Deprecated.
A convenience method to download multiple objects from S3 to pre-existing
output streams, which is particularly useful for downloading objects to files.
|
| Constructor and Description |
|---|
DownloadObjectRunnable(DownloadPackage downloadPackage,
BytesProgressWatcher progressMonitor,
boolean restoreLastModifiedDate) |
DownloadObjectRunnable(S3Bucket bucket,
java.lang.String objectKey,
DownloadPackage downloadPackage,
BytesProgressWatcher progressMonitor,
boolean restoreLastModifiedDate) |
| Modifier and Type | Method and Description |
|---|---|
static DownloadPackage |
ObjectUtils.createPackageForDownload(S3Object object,
java.io.File fileTarget,
boolean automaticUnzip,
boolean automaticDecrypt,
java.lang.String encryptionPassword)
Deprecated.
|