Amazon S3 Bucket Modified
The Amazon S3 (Simple Storage Service) trigger polls activity on an Amazon S3 bucket, and sends JSON messages about that activity, including when files are added, changed, and deleted.
Note: When setting up an Amazon S3 trigger, you can specify how often to poll an S3 bucket. However, keep in mind that Amazon S3 is a pay-per-use service. Every poll is one request to this service.
Parameters
- Bucket to Watch: The bucket name in the Amazon S3 account, case sensitive.
- AWS Access Key ID and AWS Secret Access Key: Provide your security credentials. For more information, see AWS Security Credentials.
- Path to Watch (Optional): Provide a folder location in the specified bucket to watch, using forward slashes.
- myfolders/testfolder
- /myfolders/testfolder
- //myfolders/testfolder
- myfolders/testfolder/
- /myfolders/testfolder/
- Watch Subdirectories: To watch activity in the selected directory and all subdirectories, specify Yes. To watch activity only in the selected directory and not in its subdirectories, specify No.
- Poll Interval: Specify how often to poll from the S3 bucket, in minutes.
- Filter: By default, all actions on the specified directory are monitored, including adding (CREATE), changing (MODIFY), and deleting (DELETE) files (and folders, if applicable). To monitor only one or two of these actions, click the "x" beside the action you do not want to monitor to remove it. To add an action after removing it, click inside the dropbox and select it.
Note: For more information about locating buckets in the Amazon S3 Console, see Support for Viewing Data in the Console User Guide.
WARNING: Make sure the specified path is valid. The S3 Watch Publisher does not currently perform any verification that the path exists. If it does not, polling activity may produce false positive results.
For example, any of the following is acceptable:
If left blank, the trigger watches everything in the bucket. If the path does not exist, the publisher will not start.
Note: For more information about locating folders in the Amazon S3 Console, see Support for Folders in the Console User Guide.
Note: Amazon S3 is a pay-per-use service. Every poll is one request to this service.
Output Keys
See Also
Key | Description |
---|---|
file.event | File action (Create/Modify/Delete) |
file.path | File path |
s3.bucket | Bucket |
source | Event type |