| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectOperations.copyObject(S3Configuration configuration,
S3Connection connection,
String sourceBucketName,
String sourceKey,
String sourceVersionId,
String destinationBucketName,
String destinationKey,
ApiObjectACL destinationAcl,
ApiStorageClass storageClass,
Map<String,String> destinationUserMetadata,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
String serverSideEncryption,
String sseCustomerKey,
String ssekmsKeyId,
String sseCustomerKeyMD5,
String sseCustomerAlgorithm,
String contentType,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<CopyObjectResponse,Void> callback)
Creates a copy of an object that is already stored in Amazon S3.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.