| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
ObjectOperations.getObjectAcl(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
String versionId)
Returns the access control list (ACL) of an object.
|
static org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
S3ModelFactory.wrapAccessControlList(com.amazonaws.services.s3.model.AccessControlList objectAcl)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectOperations.setObjectAcl(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
String versionId,
Owner owner,
List<Grant> grants)
Set the access control list (ACL) permissions for an object that already exists in a bucket
|
static com.amazonaws.services.s3.model.AccessControlList |
S3ModelFactory.unwrapAccessControlList(Owner owner,
List<Grant> grants)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
BucketOperations.getBucketAcl(S3Configuration config,
S3Connection connection,
String bucketName)
Answers the access control list of the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketOperations.setBucketAcl(S3Configuration config,
S3Connection connection,
String bucketName,
Owner owner,
List<Grant> grants)
Set the permissions on an existing bucket using access control lists (ACL)
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
ObjectService.getObjectAcl(VersionedObjectIdentifier objectId) |
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
ObjectServiceImpl.getObjectAcl(VersionedObjectIdentifier objectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectService.setObjectAcl(VersionedObjectIdentifier objectId,
Owner owner,
List<Grant> grants) |
void |
ObjectServiceImpl.setObjectAcl(VersionedObjectIdentifier objectId,
Owner owner,
List<Grant> grants) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
BucketServiceImpl.getBucketAcl(String bucketName) |
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
BucketService.getBucketAcl(String bucketName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketServiceImpl.setBucketAcl(String bucketName,
Owner owner,
List<Grant> grants) |
void |
BucketService.setBucketAcl(String bucketName,
Owner owner,
List<Grant> grants) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.