Purpose

Creates a local file which contains the downloaded contents of an object.

Table 1. Required fields
Field Name Data Type Parameter Type Description
bucket VARCHAR(255) IN Specifies the name of the bucket containing the object to be downloaded.
remoteFile VARCHAR(255) IN Specifies the name of the object to be downloaded.
localFile VARCHAR(255) IN Specifies the path to a local file to be created to contain the retrieved data.