UploadObject
Uploads objects in a single operation. Use the SimpleUploadLimit connection property to adjust the threshold in bytes in order to perform a multipart upload.
Input
| Name | Type | Description |
| LocalFilePath | String | The path to the file that will be uploaded in the bucket, such as 'C:/temp/my_file.txt'. If this is a path to a folder, then all the files in the folder will be uploaded in the bucket. |
| RemotePath | String | Path to where the object will be uploaded, such as 'gs://my_bucket/my_file.txt'. |
Result Set Columns
| Name | Type | Description |
| Object | String | Object name for the object that is uploaded. |
| Success | String | Indicator if the stored procedure was successful or not. |