| Class | Description |
|---|---|
| AbstractObjectSource | |
| DeletedObjectSource |
Initiates a Mule flow when an object is deleted from an Amazon S3 bucket
and sends an SQS notification about the deleted object
User can specify notificationQueueName or notificationConfigurationName, if omitted default queue with name mule-s3-trigger-deleted-queue-<'bucket-name'>
and default notification configuration with name mule-s3-trigger-deleted-object-conf-<'bucket-name'> are created and used.
|
| NewObjectSource |
Initiates a Mule flow when an object is created in an Amazon S3 bucket
and sends an SQS notification about the new object
User can specify notificationQueueName or notificationConfigurationName, if omitted default queue with name mule-s3-trigger-new-queue-<'bucket-name'>
and default notification configuration with name mule-s3-trigger-new-object-conf-<'bucket-name'> are created and used.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.