Package | Description |
---|---|
org.mule.module.s3 |
Modifier and Type | Method and Description |
---|---|
ObjectResult |
S3Connector.copyObject(String sourceBucketName,
String sourceKey,
String sourceVersionId,
String destinationBucketName,
String destinationKey,
CannedAccessControlList destinationAcl,
StorageClass destinationStorageClass,
Map<String,String> destinationUserMetadata,
Date modifiedSince,
Date unmodifiedSince,
String encryption)
Copies a source object to a new destination; to copy an object, the caller's account must have read access to the source object and write access to the destination bucket.
|
ObjectResult |
S3Connector.createObject(String bucketName,
String key,
Object content,
Long contentLength,
String contentMd5,
String contentType,
String contentDisposition,
CannedAccessControlList acl,
StorageClass storageClass,
Map<String,String> userMetadata,
String encryption)
Uploads an object to S3.
|
Copyright © 2010–2016. All rights reserved.