Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
UploadObjectObserver |
UploadObjectObserver.init(UploadObjectRequest req,
S3DirectSpi s3direct,
AmazonS3 s3,
java.util.concurrent.ExecutorService es)
Used to initialized this observer.
|
Modifier and Type | Method and Description |
---|---|
private <T extends java.lang.Throwable> |
AmazonS3EncryptionClient.onAbort(UploadObjectObserver observer,
T t)
Convenient method to notifies the observer to abort the multi-part
upload, and returns the original exception.
|
Modifier and Type | Field and Description |
---|---|
private UploadObjectObserver |
MultiFileOutputStream.observer |
Modifier and Type | Method and Description |
---|---|
MultiFileOutputStream |
MultiFileOutputStream.init(UploadObjectObserver observer,
long partSize,
long diskLimit)
Used to initialized this stream.
|
Modifier and Type | Field and Description |
---|---|
private UploadObjectObserver |
UploadObjectRequest.uploadObjectObserver
Optional configuration of an object observer for advanced customization.
|
Modifier and Type | Method and Description |
---|---|
UploadObjectObserver |
UploadObjectRequest.getUploadObjectObserver()
Returns a custom upload-object observer; or null there is no
customization.
|
Modifier and Type | Method and Description |
---|---|
UploadObjectRequest |
UploadObjectRequest.withUploadObjectObserver(UploadObjectObserver uploadObjectObserver)
Configure a custom upload-object observer; or null if the default is to
be used.
|