Method Upload
Upload(string, string, bool)
Synchronously uploads data to the cloud.
Declaration
public override bool Upload(string localPath, string objectPath, bool isArtifact = true)
Parameters
Type | Name | Description |
---|---|---|
string | localPath | The path to the file on the local file system. |
string | objectPath | The path to the file on the remote cloud system.. |
bool | isArtifact | A flag indicating if object being uploaded is artifact or not. |
Returns
Type | Description |
---|---|
bool |