Package | Description |
---|---|
org.mule.module.s3 | |
org.mule.module.s3.model |
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,
String contentType)
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,
String kmsMasterKey)
Uploads an object to S3.
|
String |
S3Connector.initiateMultipartUpload(String bucketName,
String key,
S3ObjectMetadata objectMetadata,
CannedAccessControlList acl,
StorageClass storageClass,
String redirectLocation)
Initiates a multipart upload and returns an upload ID.
|
void |
S3Connector.setObjectStorageClass(String bucketName,
String key,
StorageClass storageClass)
Sets the Amazon S3 storage class for the given object.
|
Modifier and Type | Method and Description |
---|---|
static StorageClass |
StorageClass.fromValue(String s3StorageClassString) |
StorageClass |
BLCRule.Transition.getStorageClass() |
StorageClass |
BLCRule.NoncurrentVersionTransition.getStorageClass() |
static StorageClass |
StorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageClass[] |
StorageClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BLCRule.Transition.setStorageClass(StorageClass storageClass) |
void |
BLCRule.NoncurrentVersionTransition.setStorageClass(StorageClass storageClass) |
Copyright © 2010–2019. All rights reserved.