Purpose

Downloads the 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 file to be downloaded.
fileName VARCHAR(255) IN Specifies the name of the file to be downloaded.
Table 2. Response
Response Data Type Parameter Type Description
content VARBINARY(16777215) OUT The content body of the file.