Class Gcs
Global entry point for direct-to-GCS upload support.
Set Signer once at startup; when null, the /gcs/*
endpoints respond with 501 Not Implemented.
AjaxUploader.Providers.Gcs.Signer = new MyGcsSigner(options);
Inherited Members
Namespace: AjaxUploader.Providers
Assembly: AjaxUploader.dll
Syntax
public static class Gcs
Properties
Signer
Declaration
public static IGcsSigner Signer { get; set; }
Property Value
| Type | Description |
|---|---|
| IGcsSigner |