uploadObject
- Last Updated: December 1, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Uploads a new object and its contents.
| 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. |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
status |
INTEGER | OUT | The response code for the request. |