Get Folder At a Path

Retrieves a folder at an AWS S3 path.

Syntax

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'

Examples

1. Retrieve the folder at a path

get a folder at "bucket_name/abc/"

Last updated

Was this helpful?