| Package | Description |
|---|---|
| org.mule.extension.s3.api.model | |
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.service |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectOperations.createObjectPresignedUri(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
LocalDateTime 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 |
|---|---|
String |
ObjectService.createObjectPresignedUri(ObjectIdentifier objectId,
LocalDateTime expiration,
String contentMd5,
String contentType,
HttpMethod method,
SSEAlgorithm sseS3Encryption) |
String |
ObjectServiceImpl.createObjectPresignedUri(ObjectIdentifier objectId,
LocalDateTime expiration,
String contentMd5,
String contentType,
HttpMethod method,
SSEAlgorithm sseS3Encryption) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.