| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.service |
| Modifier and Type | Method and Description |
|---|---|
CopyPartResult |
UploadOperations.uploadPartCopy(S3Configuration config,
S3Connection connection,
String sourceBucketName,
String sourceKey,
String sourceVersionId,
String destinationBucketName,
String destinationKey,
String uploadId,
Integer partNumber,
List<String> matchingETagConstraints,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
Long firstByte,
Long lastByte)
Copies a source object to a part of a multipart upload.
|
static CopyPartResult |
S3ModelFactory.wrapCopyPartResult(com.amazonaws.services.s3.model.CopyPartResult partResult)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CopyPartResult |
UploadService.uploadPartCopy(VersionedObjectIdentifier sourceObjectId,
VersionedObjectIdentifier destinationObjectId,
Integer partNumber,
List<String> matchingETagConstraints,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
Long firstByte,
Long lastByte) |
CopyPartResult |
UploadServiceImpl.uploadPartCopy(VersionedObjectIdentifier sourceObjectId,
VersionedObjectIdentifier destinationObjectId,
Integer partNumber,
List<String> matchingETagConstraints,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
Long firstByte,
Long lastByte) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.