Download a File

Download a file from AWS S3.

Syntax

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

download a file

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

What does it do? Specifies the file reference to the file to download.

Where does it go? This phrase should be indented beneath download a file 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 file reference needs to be specified.

Example: the file is the above

Examples

1. Download an item from AWS S3

create a json
use the above as the file
set the file's bucket_name to "bucket_name"
set the file's file_path to "test.txt"
download a file with
    the file is the file

Last updated

Was this helpful?