Package | Description |
---|---|
org.mule.module.s3 | |
org.mule.module.s3.util |
Modifier and Type | Method and Description |
---|---|
CopyPartResult |
S3Connector.uploadPartCopy(String sourceBucketName,
String sourceKey,
String sourceVersionId,
String destinationBucketName,
String destinationKey,
String uploadId,
Integer partNumber,
List<String> matchingETagConstraints,
Date modifiedSince,
Date unmodifiedSince,
Long firstByte,
Long lastByte)
Copies a source object to a part of a multipart upload.
|
Modifier and Type | Method and Description |
---|---|
static CopyPartResult |
S3ModelFactory.wrapCopyPartResult(com.amazonaws.services.s3.model.CopyPartResult partResult) |
Copyright © 2010–2017. All rights reserved.