Class GcsSignerOptions
Configuration for a built-in IGcsSigner implementation. Host apps may
either implement IGcsSigner directly or instantiate a
reference implementation with one of these option sets.
Inheritance
GcsSignerOptions
Assembly: AjaxUploader.dll
Syntax
public class GcsSignerOptions
Properties
BucketName
Declaration
public string BucketName { get; set; }
Property Value
ObjectPrefix
Optional object-name prefix (folder) inside the bucket.
Declaration
public string ObjectPrefix { get; set; }
Property Value
ServiceAccountEmail
Declaration
public string ServiceAccountEmail { get; set; }
Property Value
ServiceAccountKeyPem
Declaration
public string ServiceAccountKeyPem { get; set; }
Property Value
ServiceAccountKeyPemPath
Filesystem path to a PEM-encoded private key for the service account.
Declaration
public string ServiceAccountKeyPemPath { get; set; }
Property Value
SignedUrlMinutes
Declaration
public int SignedUrlMinutes { get; set; }
Property Value