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.

img

Example img
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.

Returns

List<string> containing S3 object names.

Properties

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

Object name prefix filter:

img