Interface GetBucketSignedUrlConfig (5.8.5)

Package

@google-cloud/storage!

Properties

action

action: 'list';
Property Value
Type Description
'list'

cname

cname?: 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

queryParams

queryParams?: Query;
Property Value
Type Description
Query

version

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

virtualHostedStyle

virtualHostedStyle?: boolean;
Property Value
Type Description
boolean