Class SignedURLDataConsumer
Cloud agnostic consumer for uploading data.
Implements
Inherited Members
Namespace: Unity.Simulation
Assembly: solution.dll
Syntax
public class SignedURLDataConsumer : BaseDataConsumer<bool>, IDataProduced
Methods
Name | Description |
---|---|
Initialize() | Initializes the signed URL uploader If not running in the cloud, or no signed URL endpoint is specified, then this consumer is disabled. |
LocalPathToObjectPath(string) | Converts a local file system path into a remote cloud path. |
Upload(string, string, bool) | Synchronously uploads data to the cloud. |
UploadAsync(Stream, string, bool) | Asynchronously uploads data to the cloud. |