| Package | Description |
|---|---|
| org.mule.extension.s3.api.model | |
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static PresignedURLMethod |
PresignedURLMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresignedURLMethod[] |
PresignedURLMethod.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.createObjectPresignedUrl(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
Integer partNumber,
String uploadId,
PresignedURLMethod method,
int duration,
TimeUnit durationTimeUnit,
String contentMd5,
String contentType,
String sseCustomerAlgorithm)
Returns a pre-signed URL for accessing an Amazon S3 object.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.