Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.internal | |
com.ibm.cloud.objectstorage.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,
ExecutorService es)
Used to initialized this observer.
|
Modifier and Type | Method and Description |
---|---|
MultiFileOutputStream |
MultiFileOutputStream.init(UploadObjectObserver observer,
long partSize,
long diskLimit)
Used to initialized this stream.
|
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.
|
Copyright © 2024. All rights reserved.