Package | Description |
---|---|
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 |
---|---|
MultiFileOutputStream |
MultiFileOutputStream.init(UploadObjectObserver observer,
long partSize,
long diskLimit)
Used to initialized this stream.
|
Modifier and Type | Method and Description |
---|---|
MultiFileOutputStream |
UploadObjectRequest.getMultiFileOutputStream()
Returns a custom multi-file output stream; or null if the default is to
be used.
|
Modifier and Type | Method and Description |
---|---|
UploadObjectRequest |
UploadObjectRequest.withMultiFileOutputStream(MultiFileOutputStream multiFileOutputStream)
Configure a custom multi-file output stream; or null if the default is
to be used.
|
Copyright © 2024. All rights reserved.