| Package | Description |
|---|---|
| org.jets3t.apps.uploader |
Provides the Uploader application, a simple wizard-based application that S3 account holders
(Service Providers) may provide to clients to allow them to upload files to S3 without requiring
access to the Service Provider's S3 credentials.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
private SignedUrlAndObject[] |
Uploader.prepareSignedObjects(S3Object[] objects,
SignatureRequest[] signatureRequests,
XmlGenerator xmlGenerator) |
| Modifier and Type | Field and Description |
|---|---|
private SignedUrlAndObject |
S3ServiceMulti.SignedPutRunnable.signedUrlAndObject |
| Modifier and Type | Method and Description |
|---|---|
boolean |
S3ServiceMulti.putObjects(SignedUrlAndObject[] signedPutUrlAndObjects)
Deprecated.
Creates multiple objects in a bucket using a pre-signed PUT URL for each object.
|
| Constructor and Description |
|---|
SignedPutRunnable(SignedUrlAndObject signedUrlAndObject,
BytesProgressWatcher progressMonitor) |