Package | Description |
---|---|
org.mule.module.s3 | |
org.mule.module.s3.model |
Modifier and Type | Method and Description |
---|---|
URI |
S3Connector.createObjectPresignedUri(String bucketName,
String key,
Date expiration,
String contentMd5,
String contentType,
HttpMethod method,
SSEAlgorithm sseS3Encryption)
Returns a pre-signed URL for accessing an Amazon S3 object.
|
Modifier and Type | Method and Description |
---|---|
static SSEAlgorithm |
SSEAlgorithm.getDefault() |
static SSEAlgorithm |
SSEAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSEAlgorithm[] |
SSEAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2020. All rights reserved.