Get Root folder From a Bucket

Retrieves a root folder from an AWS S3 bucket.

Syntax

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

get a root folder from a bucket

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 bucket is

What does it do? Specifies the path to the folder.

Where does it go? This phrase should be indented beneath get a root folder from a bucket 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 bucket needs to be specified.

Example: the bucket is the above

Examples

1. Retrieve the root folder of the AWS BUcket

get buckets from s3
use the above as the buckets
get a root folder from the first bucket's name

Last updated

Was this helpful?