| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketOperations.putBucketLoggingConfiguration(S3Configuration configuration,
S3Connection connection,
String bucket,
ApiBucketLoggingStatus bucketLoggingConfiguration,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketOperations.getBucketLogging(S3Configuration configuration,
S3Connection connection,
String bucket,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<ApiBucketLoggingStatus,Void> callback)
Returns the logging status of a bucket and the permissions users have to view and modify that status.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.