Interface GetSignedUrlConfig (5.11.1)

Package

@google-cloud/storage!

Properties

accessibleAt

accessibleAt?: string | number | Date;
Property Value
TypeDescription
string | number | Date

action

action: 'read' | 'write' | 'delete' | 'resumable';
Property Value
TypeDescription
'read' | 'write' | 'delete' | 'resumable'

cname

cname?: string;
Property Value
TypeDescription
string

contentMd5

contentMd5?: string;
Property Value
TypeDescription
string

contentType

contentType?: string;
Property Value
TypeDescription
string

expires

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

extensionHeaders

extensionHeaders?: http.OutgoingHttpHeaders;
Property Value
TypeDescription
http.OutgoingHttpHeaders

promptSaveAs

promptSaveAs?: string;
Property Value
TypeDescription
string

queryParams

queryParams?: Query;
Property Value
TypeDescription
Query

responseDisposition

responseDisposition?: string;
Property Value
TypeDescription
string

responseType

responseType?: string;
Property Value
TypeDescription
string

version

version?: 'v2' | 'v4';
Property Value
TypeDescription
'v2' | 'v4'

virtualHostedStyle

virtualHostedStyle?: boolean;
Property Value
TypeDescription
boolean