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)
Returns a pre-signed URL for accessing an Amazon S3 object.
|
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2016. All rights reserved.