| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.operation.bucket | |
| org.mule.extension.s3.internal.service.bucket |
| Modifier and Type | Method and Description |
|---|---|
static Bucket |
S3ModelFactory.wrapBucket(com.amazonaws.services.s3.model.Bucket bucket)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
BucketOperations.createBucket(S3Configuration config,
S3Connection connection,
String bucketName,
String region,
CannedAccessControlList acl)
Creates a new bucket; connector must not be configured as anonymous for this operation to succeed.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
BucketOperations.listBuckets(S3Configuration config,
S3Connection connection,
String region)
Answers a list of all Amazon S3 buckets that the authenticated sender of the request owns.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
BucketService.createBucket(String bucketName,
String region,
CannedAccessControlList acl) |
Bucket |
BucketServiceImpl.createBucket(String bucketName,
String region,
CannedAccessControlList acl) |
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
BucketService.listBuckets(String region) |
List<Bucket> |
BucketServiceImpl.listBuckets(String region) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.