Package | Description |
---|---|
com.oracle.bmc.objectstorage.transfer | |
com.oracle.bmc.objectstorage.transfer.internal |
Modifier and Type | Method and Description |
---|---|
UploadConfiguration |
UploadConfiguration.UploadConfigurationBuilder.build() |
Constructor and Description |
---|
UploadManager(ObjectStorage objectStorage,
UploadConfiguration uploadConfiguration) |
Modifier and Type | Method and Description |
---|---|
static long |
MultipartUtils.calculatePartSize(UploadConfiguration config,
long contentLength)
Calculate the part size, in bytes, that should be used per multi-part upload part.
|
static boolean |
MultipartUtils.shouldCalculateMd5(UploadConfiguration config,
PutObjectRequest request)
Test whether or not the MD5 value should be calculated for the given request when issuing a
single upload (non-multipart) request.
|
static boolean |
MultipartUtils.shouldUseMultipart(UploadConfiguration config,
long contentLength)
Test whether an object of a given size is large enough to warrant using multi-part uploads.
|
Copyright © 2016–2024. All rights reserved.