# Amazon S3 - New file slice trigger
The New file slice trigger monitors when a new file is uploaded to a selected bucket or folder in Amazon S3. This trigger splits the uploaded file into slices of a specified size and creates a job for each individual slice.
Use this trigger to handle large S3 files by breaking them into smaller pieces. Otherwise, use the New file trigger to process the complete file. Use the Download file contents action to retrieve the content of each slice.
# Input
Input field | Description |
---|---|
Bucket | Select a bucket to monitor for new files. |
Slice size | Enter the size of the slice in bytes. The maximum slice size is 25 MB. |
Folder | Select the folder path to monitor. Leave this field blank to monitor all files and objects. |
Include sub-folders | Select Yes to include sub-folders in monitoring. Select No to exclude sub-folders from monitoring. This field defaults to No if you specify Restrict to path in your connection. |
Trigger poll interval | Set the frequency at which Workato checks for new files. |
Region | Specify the AWS region where your S3 bucket is located. You can leave this blank if the region is already specified in your connection. |
# Output
Output field | Description |
---|---|
Object name | Name of the object being retrieved by the trigger. |
Last modified | The last modified date and time of the file. |
E tag | The hash of the file object, generated by Amazon S3. |
Size | Size of file slice. |
Storage class | The storage class (opens new window) of the file slice. Typically, S3 Standard . |
Offset | The starting position from which file slices are fetched. The default offset is 0. |
Slice | The number of the file slice. |
Number | An integer corresponding to the slice number in the cluster where the data is located. |
Total | Total number of file slices available. |
Last | Indicates if this is the last slice of the file. |
Last updated: 9/3/2025, 5:46:32 PM