Interface GetSignedPolicyOptions (5.13.2)

Package

@google-cloud/storage!

Properties

acl

acl?: string;
Property Value
TypeDescription
string

contentLengthRange

contentLengthRange?: {
        min?: number;
        max?: number;
    };
Property Value
TypeDescription
{ min?: number; max?: number; }

equals

equals?: string[] | string[][];
Property Value
TypeDescription
string[] | string[][]

expires

expires: string | number | Date;
Property Value
TypeDescription
string | number | Date

startsWith

startsWith?: string[] | string[][];
Property Value
TypeDescription
string[] | string[][]

successRedirect

successRedirect?: string;
Property Value
TypeDescription
string

successStatus

successStatus?: string;
Property Value
TypeDescription
string