Package | Description |
---|---|
org.mule.module.s3 | |
org.mule.module.s3.util |
Modifier and Type | Method and Description |
---|---|
Bucket |
S3Connector.createBucket(String bucketName,
Region 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> |
S3Connector.listBuckets(Region region)
Answers a list of all Amazon S3 buckets that the authenticated sender of the request owns.
|
Modifier and Type | Method and Description |
---|---|
static Bucket |
S3ModelFactory.wrapBucket(com.amazonaws.services.s3.model.Bucket bucket) |
Copyright © 2010–2021. All rights reserved.