Get a Folder's Items

Lists items from a folder in AWS S3.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

get some folder's items

What does it do? This is the base syntax for the procedure.

Where does it go? This phrase should be written on a new line.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ⛔ No — This phrase does not require input data.

the folder is

What does it do? Specifies the folder reference from which to list the items.

Where does it go? This phrase should be indented beneath get some folder's items with. The with keyword is added to specify additional instructions.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — An s3 folder reference needs to be specified.

Example: the folder is the above

the filter condition is

What does it do? Specifies a filter expression to filter the items in the folder.

Where does it go? This phrase should be indented beneath get some folder's items with. The with keyword is added to specify additional instructions.

Is it required? 🌟 No — This phrase is optional in the syntax.

Does it require input data? ✅ Yes — This phrase requires input data.

Example: the filter condition is 'some text'

Examples

1. Get the list of the folder items from AWS S3

get a folder at "bucket_name/google"
use the above as the folder
get some folder's items with
    the folder is the folder

Last updated

Was this helpful?