Class GcsSignerOptions
Configuration object for built-in GCS signer implementations. Apps may
either implement IGcsSigner directly or instantiate a
reference implementation with these options.
Inheritance
GcsSignerOptions
Assembly: CoreUpload.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