Skip to content

Commit 22feffb

Browse files
committed
docs: update virtualHostedStyle JSDoc description
docs: update virtualHostedStyle JSDoc description
1 parent 4c09fef commit 22feffb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

handwritten/storage/src/file.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,9 @@ export interface GetSignedUrlConfig
168168
version?: 'v2' | 'v4';
169169

170170
/**
171-
* Use virtual hosted-style URLs (e.g., `https://mybucket.storage.googleapis.com/...`)
172-
* instead of path-style URLs (e.g., `https://storage.googleapis.com/mybucket/...`).
171+
* Determines the URL structure for accessing bucket resources.
172+
* - `true`: Uses virtual hosted-style URLs (e.g., `https://mybucket.storage.googleapis.com/...`)
173+
* - `false`: Uses path-style URLs (e.g., `https://storage.googleapis.com/mybucket/...`).
173174
* Virtual hosted-style URLs are generally preferred.
174175
* @default false
175176
*/

0 commit comments

Comments
 (0)