UploadObject
Uploads objects in a single operation.
Input
Name | Type | Required | Accepts Input Streams | Description |
Bucket | String | True | False | Bucket name where the object is located. |
LocalFilePath | String | False | False | The path, or URI, to the file that will receive the data of the object. |
Content | String | False | True | The content as InputStream to be uploaded when LocalFilePath is not specified. |
Name | String | False | False | The name in which to save the file when using an inputstream. |
Result Set Columns
Name | Type | Description |
Success | String | Stored procedure execution status. |