Method UploadAsync
UploadAsync(Stream, string, bool)
Asynchronously uploads data to the cloud.
Declaration
public override Task<bool> UploadAsync(Stream source, string objectPath, bool isArtifact = true)
Parameters
Type | Name | Description |
---|---|---|
Stream | source | Open stream representing the data to upload. |
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 |
---|---|
Task<bool> |