| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.operation.bucket.configuration | |
| org.mule.extension.s3.internal.service.bucket |
| Modifier and Type | Method and Description |
|---|---|
static List<CORSRule> |
S3ModelFactory.wrapBucketCrossOriginConfigurationRules(List<com.amazonaws.services.s3.model.CORSRule> rules)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<com.amazonaws.services.s3.model.CORSRule> |
S3ModelFactory.unwrapBucketCrossOriginConfigurationRules(List<CORSRule> crossOriginConfigurationRules)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CORSRule> |
BucketCorsConfigurationOperations.getBucketCorsConfiguration(S3Configuration config,
S3Connection connection,
String bucketName)
Answers the cors configuration information set for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketCorsConfigurationOperations.setBucketCorsConfiguration(S3Configuration config,
S3Connection connection,
String bucketName,
List<CORSRule> rules)
Sets the cors configuration for your bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<CORSRule> |
BucketService.getBucketCorsConfiguration(String bucketName) |
List<CORSRule> |
BucketServiceImpl.getBucketCorsConfiguration(String bucketName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketService.setBucketCorsConfiguration(String bucketName,
List<CORSRule> rules) |
void |
BucketServiceImpl.setBucketCorsConfiguration(String bucketName,
List<CORSRule> rules) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.