Interface GetSignedUrlConfig (5.8.5)

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.