| Package | Description |
|---|---|
| org.jets3t.service.multi | |
| 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 | Field and Description |
|---|---|
protected EncryptionUtil |
DownloadPackage.encryptionUtil |
| Constructor and Description |
|---|
DownloadPackage(StorageObject object,
File outputFile,
boolean isUnzipping,
EncryptionUtil encryptionUtil) |
DownloadPackage(StorageObject object,
OutputStream outputStream,
boolean isUnzipping,
EncryptionUtil encryptionUtil) |
| Constructor and Description |
|---|
DownloadPackage(S3Object object,
File outputFile,
boolean isUnzipping,
EncryptionUtil encryptionUtil)
Deprecated.
|
DownloadPackage(S3Object object,
OutputStream outputStream,
boolean isUnzipping,
EncryptionUtil encryptionUtil)
Deprecated.
|
DownloadPackage(String signedUrl,
File outputFile,
boolean isUnzipping,
EncryptionUtil encryptionUtil)
Deprecated.
|
DownloadPackage(String signedUrl,
OutputStream outputStream,
boolean isUnzipping,
EncryptionUtil encryptionUtil)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static S3Object |
ObjectUtils.createObjectForUpload(String objectKey,
File dataFile,
byte[] md5HashOfDataFile,
EncryptionUtil encryptionUtil,
boolean gzipFile,
BytesProgressWatcher progressWatcher)
Prepares a file for upload to a named object in S3, potentially transforming it if
zipping or encryption is requested.
|
static S3Object |
ObjectUtils.createObjectForUpload(String objectKey,
File dataFile,
EncryptionUtil encryptionUtil,
boolean gzipFile)
Prepares a file for upload to a named object in S3, potentially transforming it if
zipping or encryption is requested.
|
static S3Object |
ObjectUtils.createObjectForUpload(String objectKey,
File dataFile,
EncryptionUtil encryptionUtil,
boolean gzipFile,
BytesProgressWatcher progressWatcher)
Prepares a file for upload to a named object in S3, potentially transforming it if
zipping or encryption is requested.
|
Copyright © 2006–2015. All rights reserved.