Table of Contents

Get S3 object names

Gets a list of all object names in the Bucket container where, the S3 object is for example myfile.txt.

Use this action if you need a list of all the object names in a Bucket. If you only need to iterate over the objects in a bucket one by one, consider using the For each S3 object name action instead.

Get S3obj Names

Example Example
This flow scans a list of object names and checks if a specific file (UC036_Products.xlsx) exists. If found, it could trigger further processing. If not, it may continue checking or exit.


Properties

Name Required Description
Title No The title of the action.
Connection Yes Specify the connection to the Amazon S3 bucket.
Object name prefix filter No Prefix filter for object names. Note! The prefix is case sensitive.
Result variable name Yes The name of the Flow variable that contains the list of the objects names.
Description No Additional notes or comments about the action or configuration.

Returns

List<string> containing S3 object names.