Interface GetSignedUrlConfig (5.12.0)

Package

@google-cloud/storage!

Properties

accessibleAt

accessibleAt?: string | number | Date;
Property Value
Type Description
string | number | Date

action

action: 'read' | 'write' | 'delete' | 'resumable';
Property Value
Type Description
'read' | 'write' | 'delete' | 'resumable'

cname

cname?: string;
Property Value
Type Description
string

contentMd5

contentMd5?: string;
Property Value
Type Description
string

contentType

contentType?: string;
Property Value
Type Description
string

expires

expires: string | number | Date;
Property Value
Type Description
string | number | Date

extensionHeaders

extensionHeaders?: http.OutgoingHttpHeaders;
Property Value
Type Description
http.OutgoingHttpHeaders

promptSaveAs

promptSaveAs?: string;
Property Value
Type Description
string

queryParams

queryParams?: Query;
Property Value
Type Description
Query

responseDisposition

responseDisposition?: string;
Property Value
Type Description
string

responseType

responseType?: string;
Property Value
Type Description
string

version

version?: 'v2' | 'v4';
Property Value
Type Description
'v2' | 'v4'

virtualHostedStyle

virtualHostedStyle?: boolean;
Property Value
Type Description
boolean