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 a folder at a path
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 path is
What does it do? Specifies the path to the folder.
Where does it go? This phrase should be indented beneath get a folder at a path 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 — A text value needs to be specified.
Example: the path is 'some text'
get a folder at "bucket_name/abc/"