Interface GenerateSignedPostPolicyV2Options (7.13.0)

Package

@google-cloud/storage

Properties

acl

acl?: string;

contentLengthRange

contentLengthRange?: {
        min?: number;
        max?: number;
    };

equals

equals?: string[] | string[][];

expires

expires: string | number | Date;

signingEndpoint

signingEndpoint?: string;
Example

'https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/'

startsWith

startsWith?: string[] | string[][];

successRedirect

successRedirect?: string;

successStatus

successStatus?: string;