Purpose

Uploads a new object and its contents.

Table 1. Required fields
Field Name Data Type Parameter Type Description
bucket VARCHAR(255) IN Specifies the name of the bucket where the object should be uploaded.
fileName VARCHAR(255) IN Specifies the name of the object to be uploaded.
content VARCHAR(255) IN Specifies the content of the object to be uploaded.
Table 2. Response
Response Data Type Parameter Type Description
status INTEGER OUT The response code for the request.