uploadFile
- Last Updated: November 20, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the path of a local file to be uploaded.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
bucket
|
VARCHAR(255) | IN | Specifies the name of the bucket where the object should be uploaded. |
remoteFile
|
VARCHAR(255) | IN | Specifies the name of the file to create in the bucket. |
localFile |
VARCHAR(255) | IN | Specifies the path to a local file which contains the object. |