To use this procedure, make sure your agent has learned the S3 Book (BDK).
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'
get a folder at "bucket_name/google"
use the above as the folder
get some folder's items with
the folder is the folder