| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.service |
| Modifier and Type | Method and Description |
|---|---|
PartListing |
UploadOperations.listParts(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
String uploadId,
String encodingType,
Integer maxParts,
Integer partNumberMarker)
Lists the parts that have been uploaded for a specific multipart upload.
|
static PartListing |
S3ModelFactory.wrapPartListing(com.amazonaws.services.s3.model.PartListing partListing)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PartListing |
UploadService.listParts(VersionedObjectIdentifier objectId,
String encodingType,
Integer maxParts,
Integer partNumberMarker) |
PartListing |
UploadServiceImpl.listParts(VersionedObjectIdentifier objectId,
String encodingType,
Integer maxParts,
Integer partNumberMarker) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.