UploadObject
Uploads objects in a single operation.
Input
Name | Type | Required | Description |
Bucket | String | True | Bucket name where the object is located. |
LocalFilePath | String | True | The path, or URI, to the file that will receive the data of the object. |
ChunkSize | Integer | False | The chunk size (in Mb) for multi part upload. Set the value to -1 if you want to disable the multi part upload.
The default value is 15. |
Access | String | False | The access policy for this object.
The allowed values are PRIVATE, ANONREAD, ANONREADWRITE, AUTHREAD. The default value is PRIVATE. |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |