| Package | Description |
|---|---|
| org.jets3t.service.multi.s3 | |
| org.jets3t.service.utils |
General purpose utilities used throughout the JetS3t toolkit and applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3ServiceEventAdaptor
Simple implementation of
S3ServiceEventListener to listen for events produced by
ThreadedS3Service and ThreadedStorageService. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MultipartUtils.throwServiceEventAdaptorErrorIfPresent(S3ServiceEventListener eventListener) |
void |
MultipartUtils.uploadObjects(String bucketName,
S3Service s3Service,
List<StorageObject> objectsForMultipartUpload,
S3ServiceEventListener eventListener)
Upload one or more file-based objects to S3 as multipart uploads, where each
object's underlying file is split into parts based on the value of
MultipartUtils.maxPartSize. |
Copyright © 2006–2025. All rights reserved.