AjaxUploader
Search Results for

    Show / Hide Table of Contents

    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
    object
    GcsSignerOptions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: AjaxUploader.Providers
    Assembly: AjaxUploader.dll
    Syntax
    public class GcsSignerOptions

    Properties

    BucketName

    Declaration
    public string BucketName { get; set; }
    Property Value
    Type Description
    string

    ObjectPrefix

    Optional object-name prefix (folder) inside the bucket.

    Declaration
    public string ObjectPrefix { get; set; }
    Property Value
    Type Description
    string

    ServiceAccountEmail

    Declaration
    public string ServiceAccountEmail { get; set; }
    Property Value
    Type Description
    string

    ServiceAccountKeyPem

    Inline PEM-encoded private key (alternative to ServiceAccountKeyPemPath).

    Declaration
    public string ServiceAccountKeyPem { get; set; }
    Property Value
    Type Description
    string

    ServiceAccountKeyPemPath

    Filesystem path to a PEM-encoded private key for the service account.

    Declaration
    public string ServiceAccountKeyPemPath { get; set; }
    Property Value
    Type Description
    string

    SignedUrlMinutes

    Lifetime of signed PUT URLs returned by SignChunk(GcsSignRequest).

    Declaration
    public int SignedUrlMinutes { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top AjaxUploader API Reference